Re: Regression tests for error rollback protocol

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Regression tests for error rollback protocol
Date: 2014-03-26 02:24:38
Message-ID: CAB7nPqQG1BbnW9jB1n2H9FvnJC6DqhvRKK8L=WMaqgqoLmvKUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Tue, Mar 25, 2014 at 8:35 PM, Heikki Linnakangas
<hlinnakangas(at)vmware(dot)com> wrote:
> On 03/20/2014 08:59 AM, Michael Paquier wrote:
>>
>> Hi all,
>>
>> Please find attached a patch adding regression tests for the error
>> rollback protocol. The following things are testing with the variable
>> Protocol when an error shows up:
>> - 0, leave rollback to application
>> - 1, rollback entire transaction
>> - 2, rollback only latest statement
>
>
> Thanks! Committed.
Thanks a lot for looking at that.
--
Michael

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-03-26 06:39:47 New parameter RollbackError to control rollback behavior on error
Previous Message Heikki Linnakangas 2014-03-25 11:35:00 Re: Regression tests for error rollback protocol