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 BreamoreBoy
Recipients BreamoreBoy, kmk, ned.deily, peter.otten, r.david.murray, serhiy.storchaka
Date 2014-07-09.07:14:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404890067.25.0.097722240172.issue20587@psf.upfronthosting.co.za>
In-reply-to
Content
Can somebody try my code on 2.7 as I don't run it anymore.  You'll probably have to undo the str => bytes dance I've just performed.  Any reason why the default convertors and adapters described here https://docs.python.org/2/library/sqlite3.html#default-adapters-and-converters can't be used?  Maybe something to do with microsecond formatting for which I know there is a completely separate issue?
History
Date User Action Args
2014-07-09 07:14:27BreamoreBoysetrecipients: + BreamoreBoy, peter.otten, kmk, ned.deily, r.david.murray, serhiy.storchaka
2014-07-09 07:14:27BreamoreBoysetmessageid: <1404890067.25.0.097722240172.issue20587@psf.upfronthosting.co.za>
2014-07-09 07:14:27BreamoreBoylinkissue20587 messages
2014-07-09 07:14:27BreamoreBoycreate