[issue27334] pysqlite3 context manager not performing rollback when a database is locked elsewhere for non-DML statements

Berker Peksag report at bugs.python.org
Thu Jun 16 13:13:01 EDT 2016


Berker Peksag added the comment:

You may also want to check that the method_name is "commit". A test case would nice to have.

Note that the connection context manager will still fail cases like nested context managers. See issue 16958.

----------
nosy: +berker.peksag, ghaering
stage:  -> patch review
type:  -> behavior
versions: +Python 3.5

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


More information about the Python-bugs-list mailing list