cpython/Modules/_sqlite
Ned Deily 77e77a1273 Issue #14572: Prevent build failures with pre-3.5.0 versions of
sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4.
2012-05-19 23:35:05 -07:00
..
cache.c
cache.h
connection.c Issue #14572: Prevent build failures with pre-3.5.0 versions of 2012-05-19 23:35:05 -07:00
connection.h
cursor.c Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 2012-02-06 22:04:00 +02:00
cursor.h Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 2012-02-06 22:04:00 +02:00
microprotocols.c
microprotocols.h
module.c
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
sqlitecompat.h
statement.c sqlite3: Handle strings with embedded zeros correctly 2012-02-01 22:20:13 +02:00
statement.h
util.c
util.h