Talk:Nested transaction
This article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||
|
Which databases support nested transactions?
[edit]It would be nice to list databases which support this feature. --Tbleher (talk) 08:46, 8 February 2010 (UTC)
Merge into Database_transaction article
[edit]This page could be used to bulk up the database transaction page and add more information to it (it's a little bare right now and could use a cleanup). I've only included a link to this page from there for now. --OMouse (talk) 00:47, 11 November 2011 (UTC)
I know you can't expect much from Wikipedia
[edit]But this article is just LULZ!! — Preceding unsigned comment added by 86.104.57.160 (talk) 22:59, 17 December 2011 (UTC)
Only outermost transaction can "commit"
[edit]I would not use the word "commit" for subtransaction. At the moment the page uses this word for subtransactions. What word could be used?
Missing link to "savepoint"
[edit]Subtransactions are implemented using savepoints in many databases (postgres). I am missing a link to the wikipedia page of savepoint.