[issue23129] sqlite3 COMMIT nested in SELECT returns unexpected results

R. David Murray report at bugs.python.org
Tue Dec 30 17:10:03 CET 2014


R. David Murray added the comment:

Ah, then I suspect you are getting hit by the 'automatic transaction' feature of the DB2 API.  So it is probably not the commit, but the subsequent implicit 'begin transaction' that is causing the problem.  The trick then is to figure out why that affects the existing select cursor.

----------

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


More information about the Python-bugs-list mailing list