The documentation (http://www.h2database.com/html/
datatypes.html#bigint_type) tells me that the BIGINT type is mapped to
java.lang.Long. The same is done in MySQL.

But in real a java.math.BigDecimal is returned. Either the
documentation must be updated or the return type must be changed.

I propose to change the return type to java.lang.Long because this
keeps compatibility with MySQL.

I am using release 1.2.129.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to