cpython/Modules/_sqlite
Benjamin Peterson f0039d1f8d fix unused variable warnings in pysqlite (closes #27967) 2016-09-06 10:01:16 -07: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 #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory 2016-08-29 14:29:55 +03:00
connection.h English spelling and grammar fixes 2016-07-11 07:51:37 +00:00
cursor.c fix unused variable warnings in pysqlite (closes #27967) 2016-09-06 10:01:16 -07: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 #24257: Fixed segmentation fault in sqlite3.Row constructor with faked 2015-05-22 11:00:40 +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 fix unused variable warnings in pysqlite (closes #27967) 2016-09-06 10:01:16 -07: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