[issue10740] sqlite3 module breaks transactions and potentially corrupts data

R. David Murray report at bugs.python.org
Sat Dec 17 22:00:14 EST 2016


R. David Murray added the comment:

It is an unexpected change in behavior and is therefore probably a bug.  It will work if you set isolation_level=None.  Because of that I don't think it is a release critical bug, though one could wish we'd discovered it earlier.  Please open a new issue for this.

----------
assignee: ghaering -> 
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10740>
_______________________________________


More information about the Python-bugs-list mailing list