This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients jamercee, r.david.murray
Date 2014-12-30.16:10:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419955803.48.0.220583371246.issue23129@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-12-30 16:10:03r.david.murraysetrecipients: + r.david.murray, jamercee
2014-12-30 16:10:03r.david.murraysetmessageid: <1419955803.48.0.220583371246.issue23129@psf.upfronthosting.co.za>
2014-12-30 16:10:03r.david.murraylinkissue23129 messages
2014-12-30 16:10:03r.david.murraycreate