Message233210
| 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:02 | jamercee | set | recipients: + jamercee, r.david.murray |
| 2014-12-30 16:02:02 | jamercee | link | issue23129 messages |
| 2014-12-30 16:02:01 | jamercee | create | |