[issue12993] prepared statements in sqlite3 module

poq report at bugs.python.org
Sat Sep 17 23:47:26 CEST 2011


poq <poq at gmx.com> added the comment:

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."

----------
nosy: +poq

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12993>
_______________________________________


More information about the Python-bugs-list mailing list