poq <p...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12993> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com