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 4fe85abab9 sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures 14 years ago
..
cache.c Welcome to the UTF-8 world. 16 years ago
cache.h Welcome to the UTF-8 world. 16 years ago
connection.c sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures 14 years ago
connection.h #11565: Merge with 3.1. 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 There was a possibility that the initialization of _sqlite, when it failed, 15 years ago
module.h Welcome to the UTF-8 world. 16 years ago
prepare_protocol.c Welcome to the UTF-8 world. 16 years ago
prepare_protocol.h Welcome to the UTF-8 world. 16 years ago
row.c Fix hash function type. 16 years ago
row.h Welcome to the UTF-8 world. 16 years ago
sqlitecompat.h Welcome to the UTF-8 world. 16 years ago
statement.c sqlite3: Handle strings with embedded zeros correctly 14 years ago
statement.h Welcome to the UTF-8 world. 16 years ago
util.c Welcome to the UTF-8 world. 16 years ago
util.h Welcome to the UTF-8 world. 16 years ago