php-src/ext/pdo_pgsql
Nikita Popov 9e3ba775b7 Fixed bug #72368
Generate a param count mismatch error even if the query contains
no placeholders.

Additionally we shouldn't HANDLE errors from pdo_parse_params,
which are always reported via raise_impl_error. Doing so results
in duplicate error messages.
2020-12-10 16:53:08 +01:00
..
tests Fixed bug #72368 2020-12-10 16:53:08 +01:00
config.m4 PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
config.w32 PGSQL and POD_SQL: don't include pg_config.h 2020-05-25 10:48:35 +02:00
CREDITS
pdo_pgsql.c Get rid of empty function entries 2020-08-01 10:07:05 +02:00
pgsql_driver.c Allow drivers to omit error code 2020-12-10 16:04:33 +01:00
pgsql_driver.stub.php Update ext/pdo_pgsql parameter names 2020-10-13 12:31:39 +02:00
pgsql_driver_arginfo.h Update ext/pdo_pgsql parameter names 2020-10-13 12:31:39 +02:00
pgsql_statement.c Allow drivers to omit error code 2020-12-10 16:04:33 +01:00
php_pdo_pgsql.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_pgsql_int.h Fixed bug #79131 2020-12-10 15:53:23 +01:00