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

fix(sqlite): do not ignore API misuse errors from sqlite3_finalize #1161

Merged
merged 1 commit into from
Apr 9, 2021
Merged

fix(sqlite): do not ignore API misuse errors from sqlite3_finalize #1161

merged 1 commit into from
Apr 9, 2021

Conversation

link2xt
Copy link
Contributor

@link2xt link2xt commented Apr 9, 2021

No description provided.

@mehcode
Copy link
Member

mehcode commented Apr 9, 2021

Good idea. Panicking when the connection is incorrectly dropped means a programming error somewhere.

@mehcode mehcode merged commit 5cf1af2 into launchbadge:master Apr 9, 2021
@link2xt link2xt deleted the sqlite-finalize-misuse branch April 9, 2021 09: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

Successfully merging this pull request may close these issues.

2 participants