Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize statement after use #12

Closed
simonekeberg opened this issue Mar 17, 2012 · 1 comment
Closed

Finalize statement after use #12

simonekeberg opened this issue Mar 17, 2012 · 1 comment

Comments

@simonekeberg
Copy link

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

@davibe
Copy link
Owner

davibe commented Mar 18, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants