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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20587>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to