micropython-lib/sqlite3
Damien George f2cb007ce5 sqlite3: Change return type of column_double from "f" to "d".
ffi now works properly with double return type, so this function can
return the correct type.  Can confirm that sqlite3_column_double now
works correctly on 32-bit and 64-bit x86.
2014-09-10 21:06:54 +01:00
..
metadata.txt sqlite3: Less obtrusive debug output. 2014-07-21 01:33:46 +03:00
setup.py sqlite3: Less obtrusive debug output. 2014-07-21 01:33:46 +03:00
sqlite3.py sqlite3: Change return type of column_double from "f" to "d". 2014-09-10 21:06:54 +01:00
test_sqlite3.py sqlite3: Add simple test. 2014-04-17 03:37:53 +03:00