davidjanmercado / sqlite-jdbc

Automatically exported from code.google.com/p/sqlite-jdbc
Apache License 2.0
0 stars 0 forks source link

Integers are returned as int32 and wrong if value > 2^32/2 #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is a problem when a column of type INTEGER contains values > 2^32/2, they 
are always returned as type 4 and the value obviously not what is in the 
database. This seems to be a bug inherited from Zentus: 
<http://stackoverflow.com/questions/3360766/long-type-with-sqlite-and-zentus-jdb
c-driver>.

Original issue reported on code.google.com by b...@birkhofer.ch on 19 Jan 2012 at 11:16