cpython/Modules/_sqlite
Gerhard Häring b2e8816403 - Added version checks in C code to make sure we don't trigger bugs in older
SQLite versions.
- Added version checks in test suite so that we don't execute tests that we
  know will fail with older (buggy) SQLite versions.

Now, all tests should run against all SQLite versions from 3.0.8 until 3.3.6
(latest one now). The sqlite3 module can be built against all these SQLite
versions and the sqlite3 module does its best to not trigger bugs in SQLite,
but using SQLite 3.3.3 or later is recommended.
2006-06-14 22:28:37 +00:00
..
cache.c Updated the sqlite3 module to the external pysqlite 2.2.2 version. 2006-04-23 15:24:26 +00:00
cache.h Updated the sqlite3 module to the external pysqlite 2.2.2 version. 2006-04-23 15:24:26 +00:00
connection.c - Added version checks in C code to make sure we don't trigger bugs in older 2006-06-14 22:28:37 +00:00
connection.h Updated the sqlite3 module to the external pysqlite 2.2.2 version. 2006-04-23 15:24:26 +00:00
cursor.c Merged changes from external pysqlite 2.3.0 release. Documentation updates will 2006-06-13 22:24:47 +00:00
cursor.h Updated the sqlite3 module to the external pysqlite 2.2.2 version. 2006-04-23 15:24:26 +00:00
microprotocols.c upgrade to final version of pysqlite 2.2.0 2006-04-05 18:25:33 +00:00
microprotocols.h Updated the sqlite3 module to the external pysqlite 2.2.2 version. 2006-04-23 15:24:26 +00:00
module.c Merged changes from external pysqlite 2.3.0 release. Documentation updates will 2006-06-13 22:24:47 +00:00
module.h Merged changes from external pysqlite 2.3.0 release. Documentation updates will 2006-06-13 22:24:47 +00:00
prepare_protocol.c upgrade to final version of pysqlite 2.2.0 2006-04-05 18:25:33 +00:00
prepare_protocol.h
row.c upgrade to final version of pysqlite 2.2.0 2006-04-05 18:25:33 +00:00
row.h
sqlitecompat.h Update to pysqlite 2.2.0 2006-04-04 06:29:05 +00:00
statement.c Updated the sqlite3 module to the external pysqlite 2.2.2 version. 2006-04-23 15:24:26 +00:00
statement.h Updated the sqlite3 module to the external pysqlite 2.2.2 version. 2006-04-23 15:24:26 +00:00
util.c Update to pysqlite 2.2.0 2006-04-04 06:29:05 +00:00
util.h Update to pysqlite 2.2.0 2006-04-04 06:29:05 +00:00