cpython/Modules/_sqlite
Georg Brandl a24869ada7 #3312: fix two sqlite3 crashes. 2008-07-16 22:33:18 +00:00
..
cache.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
cache.h Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00
connection.c #3312: fix two sqlite3 crashes. 2008-07-16 22:33:18 +00:00
connection.h This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
cursor.c Issue #3153: sqlite leaks on error. 2008-07-13 21:47:59 +00:00
cursor.h Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-API 2.0 compliance. 2008-05-31 21:33:27 +00:00
microprotocols.c
microprotocols.h Updated to pysqlite 2.4.1. Documentation additions will come later. 2008-02-29 22:08:41 +00:00
module.c #3312: fix two sqlite3 crashes. 2008-07-16 22:33:18 +00:00
module.h Updated to pysqlite 2.4.1. Documentation additions will come later. 2008-02-29 22:08:41 +00:00
prepare_protocol.c
prepare_protocol.h Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00
row.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
row.h Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00
sqlitecompat.h
statement.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
statement.h Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00
util.c Updated to pysqlite 2.4.1. Documentation additions will come later. 2008-02-29 22:08:41 +00:00
util.h Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00