atk4 / data

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

Prevent binary prefix to collide with string/text input for Oracle #1212

Closed mvorisek closed 3 months ago

mvorisek commented 3 months ago

\r is replaced by \n in text DBAL type and by ` instring` DBAL type, so the new format cannot be entered/saved by user

UPDATE: format was further improved in #1213