1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/pdo_pgsql/tests
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
..
2016-04-06 17:43:49 +02:00
2016-04-06 17:43:49 +02:00
2015-03-14 18:29:59 +01:00
2015-11-05 19:48:08 +01:00
2016-07-19 15:05:14 +02:00
2016-08-04 09:28:58 +02:00