Skip to content

db/authz: wraps calls of GrantPendingPermissions in a transaction

Administrator requested to merge jc/authz-wrap-grants-in-transaction into master

Created by: unknwon

This PR focuses on wrapping multiple calls of GrantPendingPermissions in a transaction.

  • Did a refactoring to remove the custom sqlTx type and added some helper methods to PermsStore for wrapping and checking transactions.

Stacked on #7935.

Merge request reports

Loading