Am 19.03.2020 um 09:38 schrieb Matteo Beccati :
>> I think we should completely drop support for backslash escapes in the
>> PDO parser as of PHP 8. If it was possible to support these without
>> breaking other standard conforming SQL queries, it would be nice to keep
>> it, but that doesn't seem
Hi Christoph,
> I think we should completely drop support for backslash escapes in the
> PDO parser as of PHP 8. If it was possible to support these without
> breaking other standard conforming SQL queries, it would be nice to keep
> it, but that doesn't seem to be possible.
>
> Thoughts?
Thank
Hi all,
as it is now (for a long time), the PDO parser supports the proprietary
backslash escapes for (double-)quotes in SQL string literals (the
standard way to escape quootes in SQL strings is to double them). This
causes string terminating quotes to be not recognized as such whenever
they are