History log of /PHP-8.2/ext/pdo_pgsql/tests/bug81343.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# ace8fba7 10-Aug-2021 Philip Hofstetter

Fix bug #81343: inconsistent type conversion after closeCursor

S->cols is already freed in the statement destructor and since
caa710037e663fd78f67533b29611183090068b2 the column data is

Fix bug #81343: inconsistent type conversion after closeCursor

S->cols is already freed in the statement destructor and since
caa710037e663fd78f67533b29611183090068b2 the column data is only
populated on the first execute() which means that on subsequent
execute()s after closeCursor was called, all meta-data for column types
was removed and never restored

Closes GH-7355.

show more ...