[sqlite] Re: sqlite3_reset (or sqlite3_finalize) and error reporting?

2007-05-29 Thread Jef Driesen
Scott McDonald wrote: Jef Driesen wrote: Scott McDonald wrote: Jef Driesen wrote: I have some questions on the usage of sqlite3_reset (or sqlite3_finalize) after sqlite3_step. In the legacy interface I use sqlite3_reset after sqlite3_step to obtain a more specific error code for

[sqlite] Re: sqlite3_reset (or sqlite3_finalize) and error reporting?

2007-05-22 Thread Jef Driesen
Scott McDonald wrote: Jef Driesen wrote: I have some questions on the usage of sqlite3_reset (or sqlite3_finalize) after sqlite3_step. In the legacy interface I use sqlite3_reset after sqlite3_step to obtain a more specific error code for SQLITE_ERROR (to be able to detect schema errors and