Closed mvorisek closed 2 years ago
remove <> operator support in favor of !=
<>
!=
and assert an operator is supported during SQL query render
also remove support of is, is not, not operators in favor of = and !=
is
is not
not
=
also remove = support for array values, use in operator instead
in
remove
<>
operator support in favor of!=
and assert an operator is supported during SQL query render
also remove support of
is
,is not
,not
operators in favor of=
and!=
also remove
=
support for array values, usein
operator instead