Deluge transaction rollback or commit
Hi, is there a way to have a transaction with rollback/commit into a deluge script?
I must make some changes in more than one module (more than one record in each module) and I'd like to group the instructions into a transaction so that if something goes wrong I can revert back to the original state (if everything is fine I can commit).