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

Check sqlite3_reset result #1419

Merged
merged 3 commits into from Nov 25, 2023
Merged

Check sqlite3_reset result #1419

merged 3 commits into from Nov 25, 2023

Commits on Nov 25, 2023

  1. Check sqlite3_reset result

    https://sqlite.org/c3ref/reset.html
    > Therefore, it is important that applications check the return code from sqlite3_reset(S) even if no prior call to sqlite3_step(S) indicated a problem.
    gwenn committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    87d81cd View commit details
    Browse the repository at this point in the history
  2. Add unrelated test

    just to keep code coverage the same
    gwenn committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    8675e45 View commit details
    Browse the repository at this point in the history
  3. Misc

    gwenn committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    9ebca71 View commit details
    Browse the repository at this point in the history