factor/basis/db/sqlite/ffi
Doug Coleman 858c9b3a96 db.sqlite: Fix NULL returns for INTEGER columns in sqlite
The api for getting integer/double columns from sqlite3 returns a zero, but the value could still be NULL, so an extra api check for the sqlite type is required.

Fixes #1674.
2016-07-22 08:20:56 -07:00
..
ffi.factor db.sqlite: Fix NULL returns for INTEGER columns in sqlite 2016-07-22 08:20:56 -07:00