[issue12993] prepared statements in sqlite3 module

2012-02-03 Thread poq
poq p...@gmx.com added the comment: This can be closed. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12993 ___ ___ Python-bugs-list mailing

[issue12993] prepared statements in sqlite3 module

2012-02-03 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- resolution: - works for me status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12993 ___

[issue12993] prepared statements in sqlite3 module

2011-09-20 Thread Mayur Angela Patel-Lam
Mayur Angela Patel-Lam patel.lam.fam...@gmail.com added the comment: Okay, I missed that in the documentation. I was looking for a handle to a prepared statement. I suppose it's hashing on the text of the SQL statement to determine equivalence? I'm willing to retract the request. I need to

[issue12993] prepared statements in sqlite3 module

2011-09-17 Thread poq
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

[issue12993] prepared statements in sqlite3 module

2011-09-16 Thread Mayur Angela Patel-Lam
New submission from Mayur Angela Patel-Lam patel.lam.fam...@gmail.com: The sqlite3 module is wonderful, but the one advantage that C/C++ coders have using that system is the ability to use precompiled/prepared SQL statements. Some SQL databases like Postgresql allow you to precompile

[issue12993] prepared statements in sqlite3 module

2011-09-16 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +ghaering ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12993 ___ ___ Python-bugs-list mailing list