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

Have cursors reset SQLite statements in deinit #427

Merged
merged 3 commits into from
Oct 5, 2018

Conversation

groue
Copy link
Owner

@groue groue commented Oct 5, 2018

This PR replaces #425, which did not address the root cause of issue #424.

groue added 2 commits October 5, 2018 08:04
This is the real fix for #424. GRDB used to keep unfinished SQLite statements around. Now cursors properly reset their statement when they are done. We no longer have to clear the statement cache before a backup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant