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 ghaering
Recipients elfring, ghaering, zzzeek
Date 2015-01-04.03:06:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420340765.9.0.198406504025.issue22956@psf.upfronthosting.co.za>
In-reply-to
Content
The low-hanging fruit of executemany() reusing the prepared statement is of course taken. Also, there is a statement cache that is being used transparently.

I am against exposing the statement directly via the API.
History
Date User Action Args
2015-01-04 03:06:06ghaeringsetrecipients: + ghaering, elfring, zzzeek
2015-01-04 03:06:05ghaeringsetmessageid: <1420340765.9.0.198406504025.issue22956@psf.upfronthosting.co.za>
2015-01-04 03:06:05ghaeringlinkissue22956 messages
2015-01-04 03:06:05ghaeringcreate