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 jamercee
Recipients jamercee, r.david.murray
Date 2014-12-30.16:02:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <002401d02449$f140c230$d3c24690$@carroll.com>
In-reply-to
Content
Completely understood.

I recently found a workaround. Setting isolation_level to None seems to 
mitigate the issue, ie:

    db = sq.connect(':memory:', isolation_level=None)

I'm hoping to put some time in scrutinizing the c-api code later this week (as 
SQLite bugs directly affect projects we work on) to see if we can get to the 
bottom of the issue.
History
Date User Action Args
2014-12-30 16:02:02jamerceesetrecipients: + jamercee, r.david.murray
2014-12-30 16:02:02jamerceelinkissue23129 messages
2014-12-30 16:02:01jamerceecreate