You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently nulls must be cast to strings to make it easier to filter a null dropdown value in a sql query.
it would be ideal if the value could be read in the sql query according to whichever type it is from the underlying data - rather than the user having to specify by wrapping the input in quotes and having a case statement to handle whether the value is null
This discussion was converted from issue #2227 on August 14, 2024 21:13.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
Currently nulls must be cast to strings to make it easier to filter a null dropdown value in a sql query.
it would be ideal if the value could be read in the sql query according to whichever type it is from the underlying data - rather than the user having to specify by wrapping the input in quotes and having a case statement to handle whether the value is null
What problem would this solve?
No response
How should it work?
No response
Beta Was this translation helpful? Give feedback.
All reactions