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

Add SQlite busy handler to handle the SQLITE_BUSY error #8

Closed
stcarrez opened this issue Feb 26, 2022 · 0 comments
Closed

Add SQlite busy handler to handle the SQLITE_BUSY error #8

stcarrez opened this issue Feb 26, 2022 · 0 comments

Comments

@stcarrez
Copy link
Owner

When the SQLite database is locked, it can report a SQLITE_BUSY error.

This is a transient error and in many cases the SQL statement can be retried.

The SQLite API defines a busy handler that allows to handle this error transparently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant