-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
🐛 Fix isDbError()-guard does not work #12416
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 356441c The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like there's other places where we also do a plain instanceof LibsqlError
that may hit this issue, but that could be tackled separately.
Co-authored-by: Bjorn Lu <[email protected]>
Fixes #12400
Changes
instanceof LibsqlError
was not sufficient, possibly because of this: https://stackoverflow.com/a/58050942/499113Testing
I tested in a separate project (here
option 3), since atm there is no example project with db configured
Docs
this is a bug fix, therefore no docs update needed