davibe/Phonegap-SQLitePlugin

Finalize statement after use

simonekeberg opened this issue · 1 comments

Sqlite won't release the db file if the statement hasn't been finalized (sqlite3_finalize).
More info here: http://www.sqlite.org/c3ref/close.html

hmm, you are right. Thanks.

Davide Bertola

On Mar 18, 2012, at 12:08 AM, Simon Ekeberg wrote:

Sqlite won't release the db file if the statement hasn't been finalized (sqlite3_finalize).


Reply to this email directly or view it on GitHub:
#12