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

Error handling problem when using local database #4

Closed
penberg opened this issue Mar 30, 2023 · 2 comments
Closed

Error handling problem when using local database #4

penberg opened this issue Mar 30, 2023 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@penberg
Copy link
Contributor

penberg commented Mar 30, 2023

Dan Kochetov from Drizzle team writes:

Seems like when I'm using a local db and there's an error returned from sqlite3, the process immediately exits, even if I wrap the query in a try-catch block.

@penberg penberg added bug Something isn't working help wanted Extra attention is needed labels Mar 30, 2023
@honzasp
Copy link
Contributor

honzasp commented Mar 30, 2023

I also noticed that node-sqlite3 sometimes aborts when misused. I think that the problem lies in the original library, not in our wrapper (which does basically nothing when a local db is used).

@honzasp
Copy link
Contributor

honzasp commented Apr 25, 2023

Closing, because this is not caused by our library.

@honzasp honzasp closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants