ODBC changes

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: ODBC changes
Date: 2001-02-15 07:09:35
Message-ID: 3A8B80AF.EC441B9@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi all,
I commited the following change.

1) Change transaction boundary in autocommit off mode
per recent discussion in pgsql-odbc. Now SELECT is
a boundary but VACUUM isn't.
2) Put back the error handling behavior. When elog(ERROR)
was detected the driver automatically issues "ABORT"
if a transaction is in progress.
3) Driver version is 7.01.0003(Dave already set it but
it was put back to 7.01.0002 sorry).

Regards,
Hiroshi Inoue

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2001-02-15 08:33:31 RE: ODBC changes
Previous Message Bruce Momjian 2001-02-14 14:57:16 Re: Re: RE: [PATCHES] Re: [HACKERS] 6.2 protocol