We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed30298 commit a0bef06Copy full SHA for a0bef06
src/Driver/MakisePostgres/PooledMakisePostgresDriver.php
@@ -533,6 +533,8 @@ protected function statement(
533
}
534
535
if (($conn = $this->getTransactionConn()) !== null && isset($statement)) {
536
+ // statements cannot be deallocated inside broken transaction block
537
+ // so statements de-allocation should be delayed until transaction rollback
538
$conn->addStatementToDeallocate($statement);
539
540
0 commit comments