History log of /php-src/ext/pdo_pgsql/tests/pdo_pgsql_parser.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 6fb81d23 29-Sep-2024 KentarouTakeda

test(pdo_pgsql): Exclude `pdo` implicitly required by `pdo_pgsql` from `EXTENSIONS` (#16116)


# 53d7c174 20-May-2024 Matteo Beccati

pdo_pgsql: escaped question marks inside dollar quoted strings

Allow "??" in dollar quoted strings for backwards compatibility,
as it was a viable workaround to insert question marks wit

pdo_pgsql: escaped question marks inside dollar quoted strings

Allow "??" in dollar quoted strings for backwards compatibility,
as it was a viable workaround to insert question marks without them
being parsed as placeholders.

Add a deprecation notice to tell that the escape is no longer
necessary within dollar quotes and that its usage is deprecated.

Ref bug #14244

show more ...


# 01879ec2 02-May-2024 Matteo Beccati

pdo_pgsql: add support for dollar-quotes

RFC: http://wiki.php.net/rfc/pdo_driver_specific_parsers


# e82c4869 23-Apr-2024 Matteo Beccati

pdo_pgsql: add support for "escape" string literals

RFC: http://wiki.php.net/rfc/pdo_driver_specific_parsers