You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ext/pdo_pgsql: add failing regression test for GH-21869.
Pre-deallocating the server-side prepared statement before PDO's
destructor fires reproduces the data-loss path: DEALLOCATE errors
inside the transaction, COMMIT is silently converted to ROLLBACK,
and the row is not persisted.
0 commit comments