cpython/Modules/_sqlite
Gerhard Häring e11c9b3dfd Implemented feature request 2157: Converter names are cut off at '('
characters. This avoids the common case of something like 'NUMBER(10)' not
being parsed as 'NUMBER', like expected. Also corrected the docs about
converter names being case-sensitive. They aren't any longer.
2008-05-04 13:42:44 +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 Implemented feature request 2157: Converter names are cut off at '(' 2008-05-04 13:42:44 +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
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
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
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