[issue20587] sqlite3 converter not being called

Peter Otten report at bugs.python.org
Wed Feb 12 00:46:27 CET 2014


Peter Otten added the comment:

Are you sure that the converter is called in Python 2.5?
I've looked into the source (Modules/_sqlite/cursor.c), and if I understand the code correctly it uses the sqlite3_column_decltype() function from the sqlite3 API to determine the column type.

So Python would be at the mercy of the sqlite3 implementation.

----------
Added file: http://bugs.python.org/file34052/demo3.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20587>
_______________________________________


More information about the Python-bugs-list mailing list