[issue12993] prepared statements in sqlite3 module

2011-09-20 Thread Mayur & Angela Patel-Lam
Mayur & Angela Patel-Lam 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 restruc

[issue12993] prepared statements in sqlite3 module

2011-09-16 Thread Mayur & Angela Patel-Lam
New submission from Mayur & Angela Patel-Lam : 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 statements using special