Fixed test and PDO error

This commit is contained in:
Eldad Fux
2021-06-11 23:39:00 +03:00
parent 2028d334a2
commit 5fa2a8468e
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -77,6 +77,7 @@ class PDO extends PDONative
$result = $this->pdo->rollBack();
} catch (\Throwable $th) {
$this->pdo = $this->reconnect();
return false;
}
return $result;