-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[db-queries] Avoid interactive transaction for all authz checks (#4506)
While working on oxidecomputer/customer-support#46 , I noticed that we perform an interactive transaction for every authz check perfomed by the database. This PR re-writes this code to avoid using an interactive transaction altogether.
- Loading branch information
Showing
1 changed file
with
34 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters