[issue10740] sqlite3 module breaks transactions and potentially corrupts data

R. David Murray report at bugs.python.org
Sat Feb 1 22:11:03 CET 2014


R. David Murray added the comment:

As noted above you get that by setting isolation_level to None.  That feature has always been available.  (With isolation_level set to None, the sqlite wrapper module itself never issues any BEGIN statements.)

----------

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


More information about the Python-bugs-list mailing list