cpython/Lib/sqlite3/test
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
..
__init__.py
dbapi.py
dump.py
factory.py Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The 2008-05-04 13:15:12 +00:00
hooks.py
py25tests.py
regression.py
transactions.py
types.py Implemented feature request 2157: Converter names are cut off at '(' 2008-05-04 13:42:44 +00:00
userfunctions.py