atk4 / data

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

Throw an exception when array with null is passed to IN condition #1161

Closed mvorisek closed 7 months ago

mvorisek commented 7 months ago

We convert x = null condition to x is null if set using managed API, but x in('a', null) seems to obscure to me to be supported so better to reject that completely.