This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author peter.otten
Recipients kmk, peter.otten, r.david.murray, serhiy.storchaka
Date 2014-02-11.23:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392162387.44.0.640198092093.issue20587@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-11 23:46:27peter.ottensetrecipients: + peter.otten, kmk, r.david.murray, serhiy.storchaka
2014-02-11 23:46:27peter.ottensetmessageid: <1392162387.44.0.640198092093.issue20587@psf.upfronthosting.co.za>
2014-02-11 23:46:27peter.ottenlinkissue20587 messages
2014-02-11 23:46:27peter.ottencreate