Re: [sqlite] Finalize after a failed call to prepare

2009-02-05 Thread Igor Tandetnik
Nathan Biggs wrote: > Do you ever need to call finalize if prepare is not successful. > Prepare does not seem to return anything if not successful > (SQLITE_OK). If prepare fails, you don't get a valid sqlite3_stmt* so you don't have anything to call finalize on. Igor

[sqlite] Finalize after a failed call to prepare

2009-02-05 Thread Nathan Biggs
Do you ever need to call finalize if prepare is not successful. Prepare does not seem to return anything if not successful (SQLITE_OK). ___ sqlite-users mailing list sqlite-users@sqlite.org