Make txn and non-txn variants of model methods #128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently it's a messy mix. Some functions might need to be used as a part of other transactions, while sometimes it should just be a transaction in it of itself. Maybe there should be transaction wrappers for these functions in a uniform manner?