Skip to content

Fixed in operator with null values

Latest
Compare
Choose a tag to compare
@yavuztor yavuztor released this 19 Aug 02:32
· 2 commits to master since this release

When second argument to "in" operator is null, evaluator was throwing an argument error. This release includes a fix, which correctly returns false in the case where second argument evaluates to null.