Re: Transactions
"Chris Weiss" <[email protected]>
| Newsgroups | gmane.comp.web.phpgroupware.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 30, 2008 at 4:13 AM, Sigurd Nes <[email protected]> wrote: > Hi all, > > How about having something in the code standard of encouraging use of transactions where it make sense? > > transaction_begin() > transaction_commit() > transaction_abort() > > It is currently supported by mysql (innodb), postgres and mssql. > does it really need to be a standard? I guess if people aren't using it, maybe.