atk4 / data

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

Fix LIKE/REGEXP with binary input for MySQL #1203

Closed mvorisek closed 3 months ago

mvorisek commented 3 months ago

extracted from #1202

UPDATE: reverted in #1206 as MySQL 8.0.22+ LIKE with mixed string + binary is simply broken