matthiasmullie/scrapbook

Transaction savepoint

PandCar opened this issue · 1 comments

Add please "transaction savepoint" for the ability to implement nested transactions
Or just implement nested transactions

Alas, this is not possible. Transactions are not a thing actually supported by most clients, and the transactional layer is just playing pretend by cleverly layering, ordering & invalidating cache instructions. Savepoints and nested transactions are simply, and sadly, not possible.