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 Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
cache.h Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
connection.c #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute. 2010-06-01 01:32:12 +00:00
connection.h Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
cursor.c Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite 2010-05-19 01:27:23 +00:00
cursor.h Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
microprotocols.c Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from 2008-09-13 15:58:53 +00:00
microprotocols.h Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from 2008-09-13 15:58:53 +00:00
module.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
module.h Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
prepare_protocol.c Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
prepare_protocol.h Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
row.c Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite 2010-05-19 01:27:23 +00:00
row.h Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
sqlitecompat.h Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
statement.c Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite 2010-05-19 01:27:23 +00:00
statement.h Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
util.c Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00
util.h Merged new pysqlite version 2.6.0 from trunk. 2010-03-05 15:20:03 +00:00