Wykres commitów

11 Commity (8bc154764a805a62b757e690620c0f652ed1df74)

Autor SHA1 Wiadomość Data
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