atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
273 stars 46 forks source link

Remove "<>", "is", "is not", "not" operators support #1013

Closed mvorisek closed 2 years ago

mvorisek commented 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 !=

also remove = support for array values, use in operator instead