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 sqlite3_db_handle(sqlite3_stmt*);
As it's so short, you probably don't need a copyright disclaimer, but
just in case: The author or authors of this code dedicate any and all
copyright interest in this code to the public domain. We make this
dedication for the benefit of the public at large and to the
detriment of our heirs and successors. We intend this dedication to
be an overt act of relinquishment in perpetuity of all present and
future rights this code under copyright law.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------