atk4 / data

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

Honor backslash if not escaping #1197

Closed mvorisek closed 4 months ago

mvorisek commented 4 months ago

Improve https://github.com/atk4/data/pull/1194 to require \ to be escaped only if before \, _ or %.

mvorisek commented 4 months ago

implemented in #1198