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
Is your feature request related to a problem? Please describe.
Queries that use isNull fail to translate.
Describe the solution you'd like
Support the isNull function.
Describe alternatives you've considered
Using value = null works so this isn't super important, mostly stylistic. FSharpLint will suggest using isNull instead but following this suggestion leads to code that doesn't work.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Queries that use
isNull
fail to translate.Describe the solution you'd like
Support the
isNull
function.Describe alternatives you've considered
Using
value = null
works so this isn't super important, mostly stylistic. FSharpLint will suggest usingisNull
instead but following this suggestion leads to code that doesn't work.The text was updated successfully, but these errors were encountered: