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

report actual error message if sqlite3_load_extension fails #800

Merged

Conversation

rittneje
Copy link
Collaborator

@rittneje rittneje commented Apr 4, 2020

Apparently if sqlite3_load_extension fails, it will not set the error to be returned by sqlite3_errmsg. This was the cause of confusion in #798.

@coveralls
Copy link

coveralls commented Apr 4, 2020

Coverage Status

Coverage increased (+1.6%) to 53.063% when pulling 151949b on rittneje:bugfix/capture-error-message-from-load-extension into 67986a7 on mattn:master.

@mattn mattn merged commit 98a44bc into mattn:master Apr 16, 2020
@mattn
Copy link
Owner

mattn commented Apr 16, 2020

Thank you

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.

None yet

3 participants