[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [phpGroupWare-developers] Transactions
From: |
Chris Weiss |
Subject: |
Re: [phpGroupWare-developers] Transactions |
Date: |
Wed, 30 Apr 2008 08:40:40 -0500 |
On Wed, Apr 30, 2008 at 4:13 AM, Sigurd Nes <address@hidden> 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.