cpython/Modules/_sqlite
Anthony Baxter 07f5b35e19 backport r243 from the pysqlite2 svn repository - lowers the required version
of SQLite3 from 3.2.2 to 3.0.8, by providing an alternative to
sqlite3_transfer_bindings. setup.py also handles the common (in debian
and ubuntu, at least) case of a buggy sqlite3.h SQLITE_VERSION_NUMBER.
2006-04-01 08:36:27 +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 backport r243 from the pysqlite2 svn repository - lowers the required version 2006-04-01 08:36:27 +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 backport r243 from the pysqlite2 svn repository - lowers the required version 2006-04-01 08:36:27 +00:00
statement.h backport r243 from the pysqlite2 svn repository - lowers the required version 2006-04-01 08:36:27 +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