Last modified: 2011-03-13 18:06:41 UTC
Although it may be a little bit complex, it can be useful.
Please explain what you mean by "transaction support".
Just like transaction support of DBMS. Follow [[ACID]] rules when clients query data and/or edit pages if they request to start transactions.
This bug makes no sense. All database write queries are transactioned wherever appropriate.
I'm not talking about low-level database queries. I mean something like: api.php?action=transaction&operation=start // ... // any requests here are [[ACID]] // ... api.php?action=transaction&operation=commit
This would be a complex feature to support, for little gain (AFAICT).