Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Support nested transactions using SAVEPOINT #56

Open
lox opened this issue Apr 21, 2013 · 1 comment · May be fixed by #142
Open

Support nested transactions using SAVEPOINT #56

lox opened this issue Apr 21, 2013 · 1 comment · May be fixed by #142
Labels

Comments

@lox
Copy link
Owner

lox commented Apr 21, 2013

MySQL (and in fact Postgres too) support checkpointing within a transaction. This allows for an elegant mechanism for representing nested transactions.

http://dev.mysql.com/doc/refman/5.0/en/savepoint.html

@mtibben
Copy link
Collaborator

mtibben commented Apr 22, 2013

Nice, I didn't know about that

@Jud Jud linked a pull request Apr 23, 2015 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants