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 pitrou
Recipients Allen Li, dholth, ghaering, palaviv, pitrou, r.david.murray, rhunter, rnortman, zzzeek
Date 2017-12-05.21:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
See https://bugs.python.org/issue32215 for what seems to be a related bug.

Also note that pysqlite now seems to be using a different logic:
https://github.com/ghaering/pysqlite/blob/master/src/cursor.c#L537-L548
Also this changeset:
https://github.com/ghaering/pysqlite/commit/94eae5002967a51782f36ce9b7b81bba5b4379db

As a sidenote, this seems to mean that the stdlib sqlite module doesn't receive updates anymore from its author...?
History
Date User Action Args
2017-12-05 21:02:38pitrousetrecipients: + pitrou, ghaering, rnortman, r.david.murray, zzzeek, dholth, palaviv, rhunter, Allen Li
2017-12-05 21:02:38pitrousetmessageid: <[email protected]>
2017-12-05 21:02:38pitroulinkissue9924 messages
2017-12-05 21:02:38pitroucreate