Talk:Nested transaction

From WikiProjectMed
Jump to navigation Jump to search

Which databases support nested transactions?

It would be nice to list databases which support this feature. --Tbleher (talk) 08:46, 8 February 2010 (UTC)[reply]

Merge into Database_transaction article

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)[reply]

I know you can't expect much from Wikipedia

But this article is just LULZ!! — Preceding unsigned comment added by 86.104.57.160 (talk) 22:59, 17 December 2011 (UTC)[reply]

Only outermost transaction can "commit"

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"

Subtransactions are implemented using savepoints in many databases (postgres). I am missing a link to the wikipedia page of savepoint.