You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DB transactions support will be officially introduced once PR #1778 is merged. After the merge, we should continue to improve the safety of our DB interactions by employing transactions for existing Update operations that require multiple DB calls for auditing purposes or ACID guarantees.
These should include:
Safe Update and Deactivation methods
Unsafe Reactivation methods
Acceptance Criteria
Transactions used appropriately by methods mentioned above
Integration tests continue to pass
No additional integration tests should be necessary, as there is already test coverage for the method providing transactions support
The text was updated successfully, but these errors were encountered:
Background
DB transactions support will be officially introduced once PR #1778 is merged. After the merge, we should continue to improve the safety of our DB interactions by employing transactions for existing Update operations that require multiple DB calls for auditing purposes or ACID guarantees.
These should include:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: