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
The proposed feature would allow nullable column values to be represented as Option fields within a user's row structure. For example, if you have this table with the nullable column optional_value:
The proposed feature would allow nullable column values to be represented as
Option
fields within a user's row structure. For example, if you have this table with the nullable columnoptional_value
:You could then represent the row as:
The following query would then work as expected:
Currently, the above query will result in a runtime error if any row has a value set in the
optional_value
column:The text was updated successfully, but these errors were encountered: