]> granicus.if.org Git - python/commit
Implemented feature request 2157: Converter names are cut off at '('
authorGerhard Häring <gh@ghaering.de>
Sun, 4 May 2008 13:42:44 +0000 (13:42 +0000)
committerGerhard Häring <gh@ghaering.de>
Sun, 4 May 2008 13:42:44 +0000 (13:42 +0000)
commite11c9b3dfd5a17eb4dba21dcc54e4ad0e79a8c87
tree17c25cc209f253b90514355d5f9f4c3751daea11
parent5a366c3b8bf1e8afb2d48a02b498f2eaab812c49
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.
Doc/library/sqlite3.rst
Lib/sqlite3/test/types.py
Modules/_sqlite/cursor.c