97albertus
Results
1
comments of
97albertus
This seems to be the normal behaviour, `tx.rollback()` is just a shorthand for throwing the `DrizzleError: Rollback` inside a transaction, which should then automagically abort. The error thrown inside the...