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

SQLite3: Have to finalize statements before closing database handle #185

Merged
merged 2 commits into from
Dec 31, 2017

Commits on Dec 30, 2017

  1. Have to finalize all statements before sqlite3_close() can succeed. A…

    …lso print some error message in the future if closeing the database failed.
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    90cf01b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

  1. Check return values of both dbquery() and sqlite3_finalize()

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    0aad353 View commit details
    Browse the repository at this point in the history