You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Emanuele Gaifas d7aed4102d bpo-27645: Add support for native backup facility of SQLite (GH-4238) 8 years ago
..
cache.c Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 9 years ago
cache.h Welcome to the UTF-8 world. 16 years ago
connection.c bpo-27645: Add support for native backup facility of SQLite (GH-4238) 8 years ago
connection.h bpo-6532: Make the thread id an unsigned integer. (#781) 9 years ago
cursor.c bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958) 8 years ago
cursor.h Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements 9 years ago
microprotocols.c closes bpo-32460: ensure all non-static globals have initializers (#5061) 8 years ago
microprotocols.h closes bpo-32460: ensure all non-static globals have initializers (#5061) 8 years ago
module.c bpo-27645: Add support for native backup facility of SQLite (GH-4238) 8 years ago
module.h Fix typo in _sqlite/module.h 10 years ago
prepare_protocol.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
prepare_protocol.h Welcome to the UTF-8 world. 16 years ago
row.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
row.h Welcome to the UTF-8 world. 16 years ago
statement.c closes bpo-31525: require sqlite3_prepare_v2 (#3666) 8 years ago
statement.h closes bpo-31525: require sqlite3_prepare_v2 (#3666) 8 years ago
util.c closes bpo-31525: require sqlite3_prepare_v2 (#3666) 8 years ago
util.h closes bpo-31525: require sqlite3_prepare_v2 (#3666) 8 years ago