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
Forcing negate on quering not null value seems like a mistake, not is null and is not null are identical, but as I am building a dynamic query builder, having to transform (negating) the operator by its value is quite not straight forward.
This might seem like a nich-cased suggestion, but
supporting value not+null or not_null seems like a generally good idea (also for others)
: )
E.g.
The text was updated successfully, but these errors were encountered:
Forcing negate on quering
not null
value seems like a mistake,not is null
andis not null
are identical, but as I am building a dynamic query builder, having to transform (negating) the operator by its value is quite not straight forward.This might seem like a nich-cased suggestion, but
supporting value
not+null
ornot_null
seems like a generally good idea (also for others): )
E.g.
The text was updated successfully, but these errors were encountered: