This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
IsNullable does not retain null when we return nil in expressions #546
Labels
bug
Something isn't working
I'm trying to implement
nullif
and I assign the return of IsNullable as true:Then in the code at some point in the
Eval function
I return nil to indicate that the 2 values are equal:However when I use numbers then the nil become 0 which is wrong
The text was updated successfully, but these errors were encountered: