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.
 
 
 
 
 
 
Berker Peksag 59da4b324f Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually 9 years ago
..
cache.c Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module 10 years ago
cache.h Welcome to the UTF-8 world. 16 years ago
connection.c Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually 9 years ago
connection.h Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually 9 years ago
cursor.c Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually 9 years ago
cursor.h Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements 9 years ago
microprotocols.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
microprotocols.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
module.c Avoid calling functions with an empty string as format string 10 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
row.h Welcome to the UTF-8 world. 16 years ago
statement.c Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements 9 years ago
statement.h Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements 9 years ago
util.c more PY_LONG_LONG to long long 10 years ago
util.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago