Re: [sqlite] Patch: sqlite3_query_string

2007-02-16 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wesley W. Terpstra wrote: > Please consider applying the attached patch to SQLite3. It adds support > for a method sqlite3_query_string(sqlite3_stmt*); I'd greatly appreciate this method being present as well. In order to implement statement caching

Re: [sqlite] Patch: sqlite3_query_string

2007-02-14 Thread Wesley W. Terpstra
On Feb 14, 2007, at 4:29 PM, Wesley W. Terpstra wrote: Please consider applying the attached patch It seems this mailing list strips file attachments. The patch is now available at As it's so short, you probably don't need a copyright disclaim

[sqlite] Patch: sqlite3_query_string

2007-02-14 Thread Wesley W. Terpstra
Please consider applying the attached patch to SQLite3. It adds support for a method sqlite3_query_string(sqlite3_stmt*); This is helpful for error reporting when query execution fails. It's also helpful if an application needs to clone an existing query. It is the logical analogue of sqlit