atk4 / data

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

Impl. binary (case sensitive) LIKE/REGEXP for SQLite #1202

Closed mvorisek closed 3 months ago

mvorisek commented 4 months ago

for binary/blob columns (all SQLite columns /wo COLLATION NOCASE)

the main motivation is to align the behaviour with MySQL