Regression tests for error rollback protocol

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Regression tests for error rollback protocol
Date: 2014-03-20 06:59:54
Message-ID: CAB7nPqRbCsTD-2mD5NmoPncNLJHpqWMzBneA9WTRiND6NWpUew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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
Regards,
--
Michael

Attachment Content-Type Size
20140320_pgodbc_errorrollback_test.patch text/plain 7.4 KB

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-20 08:20:29 Re: Regression tests for deprecated functions
Previous Message Michael Paquier 2014-03-20 05:24:47 Re: Regression tests for deprecated functions