Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't call
pool_connection_authorized
here! (#6579)
Don't use `pool_connection_authorized` from within `transaction_async`'s function, use the `conn` that is supplied for this purpose. I don't know how bad this is (will CRDB just nest things?) but it strikes me as wrong, so here's the PR!
- Loading branch information