Re: Regression tests for error rollback protocol

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Regression tests for error rollback protocol
Date: 2014-03-25 11:35:00
Message-ID: 533169E4.1030200@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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.

- Heikki

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-03-26 02:24:38 Re: Regression tests for error rollback protocol
Previous Message Heikki Linnakangas 2014-03-24 06:50:44 Re: Update regression tests to use ODBC 3.X APIs