factor/basis/db/sqlite
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
..
errors db.(sqlite.)errors: add sql-index-exists error 2016-06-29 14:17:57 -07:00
ffi db.sqlite: Fix NULL returns for INTEGER columns in sqlite 2016-07-22 08:20:56 -07:00
lib db.sqlite: Fix NULL returns for INTEGER columns in sqlite 2016-07-22 08:20:56 -07:00
authors.txt
sqlite-tests.factor db.sqlite: Fix NULL returns for INTEGER columns in sqlite 2016-07-22 08:20:56 -07:00
sqlite.factor db.errors: move to db.{postgresql,sqlite}.errors. 2016-03-22 12:44:50 -07:00
summary.txt
test.txt