hdbc / hdbc-sqlite3

Sqlite v3 driver for HDBC
BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

Convert Sqlite3 types to correct SqlValues before returning results from fetchRow #12

Closed oherrala closed 12 years ago

oherrala commented 12 years ago

According to http://www.sqlite.org/c3ref/c_blob.html Sqlite3 supports 64 bit integers and IEEE floating point numbers, strings, blobs and nulls.

The change is hardly tested at all. It compiles, tests run without fails and my small sqlite3 db now gives correct SqlValues when doing query.