-
Notifications
You must be signed in to change notification settings - Fork 361
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
Unclear error message when passing null values to updateMany #809
Labels
Milestone
Comments
It's also a RuntimeException. I wonder if it could be more specific Exception class. |
Yes I think the error message can be improved |
ulfryk
added a commit
to ulfryk/doobie
that referenced
this issue
Nov 19, 2024
ulfryk
added a commit
to ulfryk/doobie
that referenced
this issue
Nov 19, 2024
ulfryk
added a commit
to ulfryk/doobie
that referenced
this issue
Nov 19, 2024
ulfryk
added a commit
to ulfryk/doobie
that referenced
this issue
Nov 20, 2024
ulfryk
added a commit
to ulfryk/doobie
that referenced
this issue
Nov 20, 2024
ulfryk
added a commit
to ulfryk/doobie
that referenced
this issue
Nov 22, 2024
jatcwang
added a commit
that referenced
this issue
Nov 22, 2024
Make null param error more informative (#809)
ulfryk
added a commit
to ulfryk/doobie
that referenced
this issue
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to do an
updateMany()
and have a nullable FK in my table. So I just putnull
inside my tuple... And here we are I guess ?Of course I realized I should use
Option
so nothing too bad, but I think the error message could be hinting at it or something.The text was updated successfully, but these errors were encountered: