You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Petri Lehtinen c7fd523ac5 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 15 years ago
..
cache.c Merged code from pysqlite 2.6.0. 16 years ago
cache.h Merged code from pysqlite 2.6.0. 16 years ago
connection.c Remove an unnecessary variable. 16 years ago
connection.h #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
cursor.c Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 14 years ago
cursor.h Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 14 years ago
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. 18 years ago
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. 18 years ago
module.c Merged code from pysqlite 2.6.0. 16 years ago
module.h Merged code from pysqlite 2.6.0. 16 years ago
prepare_protocol.c Merged code from pysqlite 2.6.0. 16 years ago
prepare_protocol.h Merged code from pysqlite 2.6.0. 16 years ago
row.c Merged code from pysqlite 2.6.0. 16 years ago
row.h Merged code from pysqlite 2.6.0. 16 years ago
sqlitecompat.h Merged code from pysqlite 2.6.0. 16 years ago
statement.c sqlite3: Handle strings with embedded zeros correctly 14 years ago
statement.h Merged code from pysqlite 2.6.0. 16 years ago
util.c Merged code from pysqlite 2.6.0. 16 years ago
util.h Merged code from pysqlite 2.6.0. 16 years ago