Why is COALESCE() result an Option ? #3110
Replies: 2 comments
-
I think What if all arguments of I think you should decode it as |
Beta Was this translation helpful? Give feedback.
-
@pxp9 however second argument in the provided example is not |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I have the following query:
and I want to query it using
query_scalar!
for example, withfetch_one
, the result will STILL be anOption<String>
and not aString
.(If name is a
VARCHAR
that can be null)Is there a reason for that ?
Will this be fixed any time soon ?
Beta Was this translation helpful? Give feedback.
All reactions