History log of /PHP-8.0/ext/pdo_mysql/tests/bug79872.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 288581fa 10-Dec-2020 Nikita Popov

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

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().

show more ...