php-src/ext/pdo_sqlite
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 Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
CREDITS
pdo_sqlite.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_sqlite.h Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
php_pdo_sqlite_int.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sqlite_driver.c Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails 2020-08-11 17:12:48 +02:00
sqlite_statement.c Report len as -1 instead of INT_MAX 2020-07-08 10:38:11 +02:00