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 bforst, pitrou, r.david.murray
Date 2017-12-05.20:57:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512507422.24.0.213398074469.issue32215@psf.upfronthosting.co.za>
In-reply-to
Content
Brian, does the speed difference disappear when you add a space character just after "UPDATE"?
We may be hitting this path: https://github.com/python/cpython/blob/master/Modules/_sqlite/statement.c#L76-L93
History
Date User Action Args
2017-12-05 20:57:02pitrousetrecipients: + pitrou, r.david.murray, bforst
2017-12-05 20:57:02pitrousetmessageid: <1512507422.24.0.213398074469.issue32215@psf.upfronthosting.co.za>
2017-12-05 20:57:02pitroulinkissue32215 messages
2017-12-05 20:57:02pitroucreate