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 petri.lehtinen
Recipients ghaering, jcea, petri.lehtinen, pitrou
Date 2012-01-01.20:18:21
SpamBayes Score 2.3118141e-10
Marked as misclassified No
Message-id <1325449103.14.0.937560597192.issue13676@psf.upfronthosting.co.za>
In-reply-to
Content
Attached an updated patch. The custom text_factory case is now fixed, and bytes, bytearray and custom factory are all tested.

I also added back the pysqlite_unicode_from_string() function, as this makes the patch a bit smaller. It also seems to me (only by looking at the code) that the sqlite3.OptimizedUnicode factory isn't currently working as documented.

Antoine: Do you happen to know what's the status of the OptimizeUnicode thingie? Has it been changed for a reason or is it just an error that happened during the py3k transition?
History
Date User Action Args
2012-01-01 20:18:23petri.lehtinensetrecipients: + petri.lehtinen, jcea, ghaering, pitrou
2012-01-01 20:18:23petri.lehtinensetmessageid: <1325449103.14.0.937560597192.issue13676@psf.upfronthosting.co.za>
2012-01-01 20:18:22petri.lehtinenlinkissue13676 messages
2012-01-01 20:18:22petri.lehtinencreate