php-src/ext/pdo_mysql
Nikita Popov 288581fade Fixed bug #79872 by improving error message
The actual behavior here is correct, but the previous error
message was misleading, as neither fetchAll() nor buffered queries
would help in this situation. Instead it is necessary to consume
all rowsets, which can be done by either unsetting the statement
or calling closeCursor().
2020-12-10 11:46:29 +01:00
..
tests Fixed bug #79872 by improving error message 2020-12-10 11:46:29 +01:00
config.m4 Don't assume libmysqlclient library name 2020-11-12 15:11:56 +01:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
get_error_codes.php Apply tidy formatting 2020-02-03 13:41:31 +01:00
mysql_driver.c Fixed bug #79872 by improving error message 2020-12-10 11:46:29 +01:00
mysql_statement.c Backport fix for bug #70066 2020-12-10 09:58:47 +01:00
pdo_mysql.c Convert warning to assetion in MySQL PDO driver 2020-09-15 12:49:59 +02:00
php_pdo_mysql.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_mysql_int.h Fixed bug #66878 2020-12-09 16:38:22 +01:00
php_pdo_mysql_sqlstate.h