cpython/Modules/_sqlite
R. David Murray d35251dc19 #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.
Patch by R. David Murray, unit tests by Shashwat Anand.
2010-06-01 01:32:12 +00:00
..
cache.c
cache.h
connection.c #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. 2010-06-01 01:32:12 +00:00
connection.h
cursor.c Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite 2010-05-19 01:27:23 +00:00
cursor.h
microprotocols.c
microprotocols.h
module.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite 2010-05-19 01:27:23 +00:00
row.h
sqlitecompat.h
statement.c Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite 2010-05-19 01:27:23 +00:00
statement.h
util.c
util.h