cpython/Modules/_sqlite
Anthony Baxter c51ee69b27 merged the sqlite-integration branch.
This is based on pysqlite2.1.3, and provides a DB-API interface in
the standard library. You'll need sqlite 3.2.2 or later to build
this - if you have an earlier version, the C extension module will
not be built.
2006-04-01 00:57:31 +00:00
..
adapters.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
adapters.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
cache.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
cache.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
connection.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
connection.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
converters.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
converters.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
cursor.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
cursor.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
microprotocols.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
microprotocols.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
module.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
module.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
prepare_protocol.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
prepare_protocol.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
row.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
row.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
statement.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
statement.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
util.c merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
util.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00