cpython/Modules/_sqlite
Gerhard Häring 5a366c3b8b Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
sqlite3.Row type is now correctly hashable.
2008-05-04 13:15:12 +00:00
..
cache.c Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00
cache.h Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00
connection.c Accept patch issue2426 by Paul Kippes (kippesp). 2008-03-28 08:32:09 +00:00
connection.h Updated to pysqlite 2.4.1. Documentation additions will come later. 2008-02-29 22:08:41 +00:00
cursor.c Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00
cursor.h Updated to pysqlite 2.4.1. Documentation additions will come later. 2008-02-29 22:08:41 +00:00
microprotocols.c Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
microprotocols.h Updated to pysqlite 2.4.1. Documentation additions will come later. 2008-02-29 22:08:41 +00:00
module.c Updated to pysqlite 2.4.1. Documentation additions will come later. 2008-02-29 22:08:41 +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 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 2007-12-19 02:37:44 +00:00
prepare_protocol.h Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00
row.c Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The 2008-05-04 13:15:12 +00:00
row.h Update sqlite3 module to match current version of pysqlite. 2008-03-28 20:08:36 +00:00
sqlitecompat.h Update to pysqlite 2.2.0 2006-04-04 06:29:05 +00:00
statement.c SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG 2008-05-04 12:59:57 +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