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

Use unlock notify also on sqlite3_exec #2055

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

madadam
Copy link
Contributor

@madadam madadam commented Aug 16, 2022

Closes #2021

Note the SQLite documentation about unlock notify doesn't mention sqlite3_exec but it's just a convenience shortcut for sqlite3_prepare_v2, sqlite3_step, and sqlite3_finalize, so I think it should still apply.

@abonander abonander merged commit 2d65c5d into launchbadge:main Aug 23, 2022
@madadam madadam deleted the sqlite-unlock-notify-on-exec branch September 13, 2023 14:44
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

Successfully merging this pull request may close these issues.

SQLite unlock notify is not handled for BEGIN statements
2 participants