[issue10740] sqlite3 module breaks transactions and potentially corrupts data

mike bayer report at bugs.python.org
Wed Mar 23 12:28:10 EDT 2016


mike bayer added the comment:

@rian - your issue for this is http://bugs.python.org/issue9924.

The implicit BEGIN in all cases will probably never be the default but we do need an option for this to be the case, in order to support SERIALIZABLE isolation.

----------

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


More information about the Python-bugs-list mailing list