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 dlenski
Recipients Gian-Carlo Pascutto, dlenski, jamercee, r.david.murray
Date 2016-04-11.21:39:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460410743.32.0.987848068984.issue23129@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-04-11 21:39:03dlenskisetrecipients: + dlenski, r.david.murray, jamercee, Gian-Carlo Pascutto
2016-04-11 21:39:03dlenskisetmessageid: <1460410743.32.0.987848068984.issue23129@psf.upfronthosting.co.za>
2016-04-11 21:39:03dlenskilinkissue23129 messages
2016-04-11 21:39:03dlenskicreate