[issue16958] The sqlite3 context manager does not work with isolation_level=None

R. David Murray report at bugs.python.org
Mon Jan 14 02:15:58 CET 2013


R. David Murray added the comment:

B, yes.

So you would view the connection context manager acting as an actual transaction manager as a new feature?  Would you be OK with adding that feature to the existing context manager in 3.4 (since currently the context manager is a noop in autocommit mode), or do you think we need to create a new context manager for this?  Or do we do as the issue that sparked this (issue 8145) suggested, and just document how to create your own?

----------

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


More information about the Python-bugs-list mailing list