top | item 46367467

(no title)

francislavoie | 2 months ago

Unfortunately a lot of our tests use transactions themselves because we lock the user row when we do anything to ensure consistency, and I'm pretty sure nested transactions are still not a thing.

discuss

order

hu3|2 months ago

You can emulate nested transactions using save points. A client uses that in production. And others in unit tests.

pak9rabid|2 months ago

Bingo...this is how I get around that.