[issue23129] sqlite3 COMMIT nested in SELECT returns unexpected results

Daniel Lenski report at bugs.python.org
Mon Apr 11 17:39:03 EDT 2016


Daniel Lenski added the comment:

I agree on the nastiness of this bug. It's been plaguing my production code for months and I had been at a loss to explain why I've been getting duplicate rows until I found this SO post:

http://stackoverflow.com/questions/27624049/python-sqlite3-cursor-returns-duplicates-when-a-commit-intervenes

By the way, the test case in Jim Carroll's report appears to come from this StackOverflow question.

----------
nosy: +dlenski

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


More information about the Python-bugs-list mailing list