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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23129>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to