cpython/Modules/_sqlite
Neal Norwitz fe7d0c3bc6 Speculative checkin (requires approval of Gerhard Haering)
This backs out the test changes in 46962 which prevented crashes
by not running the tests via a version check.  All the version checks
added in that rev were removed from the tests.

Code was added to the error handler in connection.c that seems
to work with older versions of sqlite including 3.1.3.
2006-06-15 04:54:29 +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 Speculative checkin (requires approval of Gerhard Haering) 2006-06-15 04:54:29 +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 merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
row.c upgrade to final version of pysqlite 2.2.0 2006-04-05 18:25:33 +00:00
row.h merged the sqlite-integration branch. 2006-04-01 00:57:31 +00:00
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