mirraj2 / EZDB

Java MySQL API
MIT License
12 stars 9 forks source link

h2 compatibility: getId not autoconverts ints. #11

Closed mazerakham closed 3 years ago

mazerakham commented 3 years ago

Needed for ENDER-641. H2 (in memory database) regards unsigned ints in such a way that, when those rows are pulled out of the database, the id column is an int rather than a long. This fixes that.

mazerakham commented 3 years ago

Doing a little more QA making a new database table with this using a real (not in-memory) database, to make sure it works.