error occurred while decoding column "teams": unexpected null; try decoding as an Option
#2456
Unanswered
frederikhors
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a query like this:
It returns:
But
sqlx
throws with:error occurred while decoding column "teams": unexpected null; try decoding as an "Option"
Why?
The Rust code is:
Why the error?
Beta Was this translation helpful? Give feedback.
All reactions