Re: [sqlite] "inaccuracy" in code/docu of sqlite3_finalize

2011-10-13 Thread Jay Kreibich
Sent from my iPhone On Oct 13, 2011, at 12:45 AM, Wolfgang Stöcher wrote: > From the docu of sqlite3_finalize: > "The application must finalize every prepared statement [1] in order > to avoid resource leaks." > Ok, fine. But the given reason(s) seem not to be

[sqlite] "inaccuracy" in code/docu of sqlite3_finalize

2011-10-13 Thread Wolfgang Stöcher
>From the docu of sqlite3_finalize: "The application must finalize every prepared statement [1] in order to avoid resource leaks." Ok, fine. But the given reason(s) seem not to be complete. After preparing and executing the SQL command "PRAGMA page_size;" without finalizing the prepared