Paul Sokolovsky
ba14d0ab70
sqlite3: Add test for CREATE TABLE/INSERT/lastrowid.
2017-08-30 00:11:51 +03:00
Paul Sokolovsky
5cb3fe10f0
sqlite3: test_sqlite3: Turn into a real test (with asserts).
2017-08-30 00:05:07 +03:00
Paul Sokolovsky
d113ea4751
sqlite3: Release 0.2.4.
2017-08-29 00:32:16 +03:00
Paul Sokolovsky
2d4bc69975
sqlite3: Pass sys.byteorder to int.from_bytes().
...
Following it now being mandatory in MicroPython.
2017-08-29 00:31:44 +03:00
Paul Sokolovsky
dfe4dee62a
all: setup.py: New releases for gzip 4k conversion.
2016-10-11 06:47:01 +03:00
Paul Sokolovsky
65fb3707ba
all: metadata.txt: Bump version for gzip 4k conversion.
2016-10-11 06:46:12 +03:00
Paul Sokolovsky
132ab9520e
sqlite3: Use ffilib to load shared library.
2015-06-05 18:39:46 +03:00
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
Paul Sokolovsky
ad7b1ad64e
sqlite3: Less obtrusive debug output.
2014-07-21 01:33:46 +03:00
Paul Sokolovsky
719d2b2081
sqlite3: Add metadata.
2014-06-21 03:04:29 +03:00
Paul Sokolovsky
804527c3fb
sqlite3: Implement cursor.lastrowid .
2014-06-17 02:22:16 +03:00
Paul Sokolovsky
b2aa759384
sqlite3: Reliably detect data query vs modification SQL statements.
2014-06-17 00:50:08 +03:00
Paul Sokolovsky
1d842f4152
sqlite3: Auto-execute non-select statements in execute().
2014-06-09 01:59:02 +03:00
Paul Sokolovsky
9ec5ef871a
sqlite3: Add params args for execute() method.
2014-06-09 01:53:21 +03:00
Paul Sokolovsky
51e06be476
sqlite3: Add .close() methods, better error checking and reporting.
2014-06-09 00:53:55 +03:00
Paul Sokolovsky
f099ae22cb
sqlite3: Add simple test.
2014-04-17 03:37:53 +03:00
Paul Sokolovsky
62508429a6
sqlite3: Start with FFI bindings for SQLite3.
2014-04-17 03:35:29 +03:00