cpython/Lib/sqlite3
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
..
test Implemented feature request 2157: Converter names are cut off at '(' 2008-05-04 13:42:44 +00:00
__init__.py
dbapi2.py
dump.py These svn adds were forgotten in r62000 2008-03-28 20:11:49 +00:00