bouquin-sqlcipher4/src
Charles Leifer bb6becd3ef Add set_key and reset_key methods to connection.
These use the sqlite3_key and sqlite3_rekey library functions.
2024-02-12 16:00:37 -06:00
..
blob.c Add trace_v2 support. 2023-09-15 07:59:45 -05:00
blob.h Merge enhancements from pysqlite3, errorcode/name and blob i/o. 2019-08-09 11:00:40 -05:00
cache.c Apply changes from pysqlite3. 2020-11-04 14:15:32 -06:00
cache.h Initial commit. 2019-06-03 09:03:53 -05:00
connection.c Add set_key and reset_key methods to connection. 2024-02-12 16:00:37 -06:00
connection.h Merge enhancements from pysqlite3, errorcode/name and blob i/o. 2019-08-09 11:00:40 -05:00
cursor.c Add column decltype to cursor description. 2023-01-10 08:26:44 -06:00
cursor.h Initial commit. 2019-06-03 09:03:53 -05:00
microprotocols.c Initial commit. 2019-06-03 09:03:53 -05:00
microprotocols.h Initial commit. 2019-06-03 09:03:53 -05:00
module.c Ensure sqlite3_initialize() called during module setup. 2023-05-02 11:38:56 -05:00
module.h Merge enhancements from pysqlite3, errorcode/name and blob i/o. 2019-08-09 11:00:40 -05:00
prepare_protocol.c Use PyObject_CallObject() instead of _PyObject_CallNoArg() 2022-09-21 08:32:43 -05:00
prepare_protocol.h Initial commit. 2019-06-03 09:03:53 -05:00
row.c Fix case-insensitive string comparison in sqlite3.Row indexing. 2019-09-19 09:26:57 -05:00
row.h Initial commit. 2019-06-03 09:03:53 -05:00
statement.c Exclude pragma from is_dml logic and implicit transaction. 2023-06-25 20:48:42 -05:00
statement.h Initial commit. 2019-06-03 09:03:53 -05:00
util.c Apply some patches from upstream. 2021-05-14 10:13:01 -05:00
util.h Apply some patches from upstream. 2021-05-14 10:13:01 -05:00