cpython/Modules/_sqlite
Serhiy Storchaka 0aa6562913 Issue #21147: sqlite3 now raises an exception if the request contains a null
character instead of truncate it.  Based on patch by Victor Stinner.
2014-09-11 13:27:19 +03: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 Issue #21147: sqlite3 now raises an exception if the request contains a null 2014-09-11 13:27:19 +03:00
connection.h #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
cursor.c Issue #20437: Fixed 43 potential bugs when deleting objects references. 2014-02-09 13:14:04 +02:00
cursor.h Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 2012-02-06 22:04:00 +02:00
microprotocols.c
microprotocols.h
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 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular 2014-08-06 17:50:22 +03: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 Issue #21147: sqlite3 now raises an exception if the request contains a null 2014-09-11 13:27:19 +03:00
statement.h Merged code from pysqlite 2.6.0. 2010-03-05 09:12:37 +00:00
util.c Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, 2013-04-28 14:09:47 +03:00
util.h Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, 2013-04-28 14:09:47 +03:00