Add IS NOT NULL to query builder #293
Labels
community
community
Effort - Low
Effort - Low
feature
feature
Frequency - Monthly
Frequency - Monthly
good first issue
good first issue
Priority - Later
Priority - Later
Reach - VeryFew
Reach - VeryFew
Severity - S3
Severity - S3
Below should work:
Currently, there is no operator IS_NOT_NULL in Operator Enum and where() necessarily requires three arguments (literal or expression as third), while in this case there would be 2 args)
The text was updated successfully, but these errors were encountered: