cpython/Modules/_sqlite
Victor Stinner 6e055d78e1 sqlite3: Fix a segfault on calling a connection with something else than a
string. Initialize all attributes to be able to call the statement destructor
on error.

Avoid also a duplicate connection in some tests: setUp() does already open a
connection (":memory:").
2010-03-13 03:27:07 +00:00
..
cache.c Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
cache.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
connection.c sqlite3: Fix a segfault on calling a connection with something else than a 2010-03-13 03:27:07 +00:00
connection.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
cursor.c Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
cursor.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
microprotocols.c Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. 2008-09-12 18:58:57 +00:00
microprotocols.h Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. 2008-09-12 18:58:57 +00:00
module.c Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
module.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
prepare_protocol.c Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
prepare_protocol.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
row.c Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
row.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
sqlitecompat.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
statement.c Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
statement.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
util.c Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
util.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00