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 poq
Recipients Mayur.&.Angela.Patel-Lam, ghaering, poq
Date 2011-09-17.21:47:25
SpamBayes Score 0.005131553
Marked as misclassified No
Message-id <1316296046.48.0.323470592892.issue12993@psf.upfronthosting.co.za>
In-reply-to
Content
The sqlite3 module already uses prepared statements. Quoting from the documentation:

"The sqlite3 module internally uses a statement cache to avoid SQL parsing overhead. If you want to explicitly set the number of statements that are cached for the connection, you can set the cached_statements parameter. The currently implemented default is to cache 100 statements."
History
Date User Action Args
2011-09-17 21:47:26poqsetrecipients: + poq, ghaering, Mayur.&.Angela.Patel-Lam
2011-09-17 21:47:26poqsetmessageid: <1316296046.48.0.323470592892.issue12993@psf.upfronthosting.co.za>
2011-09-17 21:47:25poqlinkissue12993 messages
2011-09-17 21:47:25poqcreate