Fixed critical bug where PDOEngine could not properly dissolve at the end of execution.

This commit is contained in:
Abel Hoogeveen 2023-01-26 15:07:29 +01:00
parent 4b200dbd63
commit 63cd0ec6a8
1 changed files with 0 additions and 3 deletions

View File

@ -163,9 +163,6 @@ class PDOEngine extends DatabaseDriver
{
// Commit or rollback all changes to the database
$this->transactionEnd();
// And close the connection
$this->pdoConnection = null;
return true;
}