Skip to content

Commit

Permalink
Question?
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Oct 31, 2024
1 parent 7bd224a commit df57463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/Adapter/SQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public function commitTransaction(): bool
throw new DatabaseException('Failed to commit transaction: ' . $e->getMessage(), $e->getCode(), $e);
} finally {
\var_dump('Decrementing transaction count');
// Should we set this to 0 if we commit?
$this->inTransaction--;
}

Expand Down

0 comments on commit df57463

Please sign in to comment.