with_transaction decorator does not manage TransactionError
Since c8771e45b861 a TransactionError is raised if a lock on a table was not taken at the beginning. The dispatcher was updated to handle it but no the with_transaction
decorator.
Since c8771e45b861 a TransactionError is raised if a lock on a table was not taken at the beginning. The dispatcher was updated to handle it but no the with_transaction
decorator.