Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(session): Use transaction when closing orphaned connections
This was opening a transaction, but then calling the original reader instead of using the reader/writer from the transaction. This would result in a transaction being opend, then a separate transaction being used to run the query, and finally the original transaction would commit without any statements being executed.
- Loading branch information