Hi! I'd assume the same `Table`s can't be used for both DAO and DSL variants...? Especially if there are relations to other tables... or maybe I'm missing something?
t
tapac
10/20/2020, 6:25 PM
You can write your own
transaction
function which will rollback on some special transaction and call rollback on current one.
d
dave08
10/21/2020, 9:09 AM
This comment is on the second question, I suppose... For this question, I guess DAO and DSL Tables aren't really compatible as far as I see...