atk4 / data

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

Fix LIKE/REGEXP with binary input for MySQL #1203

Closed mvorisek closed 7 months ago

mvorisek commented 7 months ago

extracted from #1202

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