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

Consider special-casing "database is locked" exception #29

Open
keynmol opened this issue May 25, 2023 · 0 comments
Open

Consider special-casing "database is locked" exception #29

keynmol opened this issue May 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@keynmol
Copy link

keynmol commented May 25, 2023

Differentiating this particular error condition from sqlite from all other errors (foreign keys, constraints, schema mismatch) is important, because the usual response to it is to retry.

So it would make sense to give these types of errors an ADT but still surface them to the user immediately as they occur

@armanbilge armanbilge added the enhancement New feature or request label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants