php-src/ext/pdo_pgsql
Matteo Beccati 53d7c17474
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
2024-06-17 23:31:25 +02:00
..
tests pdo_pgsql: escaped question marks inside dollar quoted strings 2024-06-17 23:31:25 +02:00
config.m4 Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
config.w32 Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
CREDITS
Makefile.frag Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
Makefile.frag.w32 Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
pdo_pgsql.c Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pdo_pgsql.stub.php Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pdo_pgsql_arginfo.h Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pgsql_driver.c Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
pgsql_driver.stub.php Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pgsql_driver_arginfo.h Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pgsql_sql_parser.re pdo_pgsql: add support for dollar-quotes 2024-06-17 23:31:24 +02:00
pgsql_statement.c Simplify PDO include paths (#14444) 2024-06-03 12:56:21 +02:00
php_pdo_pgsql.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_pgsql_int.h Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00