php-src/ext/pdo_pgsql
Ahmed Abdou 2fe2e5b48f Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails
PDO driver constructors are throwing PdoException without setting
errorInfo, so create a new reusable function that throws exceptions
for PDO and will also set the errorInfo. Use this function in
pdo_mysql, pdo_sqlite, and pdo_pgsql.
2020-08-11 17:12:48 +02:00
..
tests Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails 2020-08-11 17:12:48 +02:00
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Fix #78983: pdo_pgsql config.w32 cannot find libpq-fe.h 2019-12-19 13:20:43 +01:00
CREDITS Prepare release 2004-05-21 19:09:43 +00:00
pdo_pgsql.c Sync phpinfo output for pdo_pgsql 2018-06-08 23:06:22 +02:00
pgsql_driver.c Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails 2020-08-11 17:12:48 +02:00
pgsql_statement.c Merge branch 'PHP-7.2' 2018-07-30 18:29:40 +02:00
php_pdo_pgsql_int.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_pgsql.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00