Re: [HACKERS] Bug in ODBC driver

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: PostgreSQL HACKERS <pgsql-hackers(at)postgreSQL(dot)org>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Bug in ODBC driver
Date: 2001-04-30 23:56:49
Message-ID: 3AEDFBC1.AE324E0B@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc

Jan Wieck wrote:
>
> Guys,
>
> while analyzing some stuff I came across something that looks
> like a bug in the ODBC driver to me. I'm by far not the ODBC
> user I should be to fix it, so could someone else please take
> another look?
>
> The symptom is when the driver is in AUTOCOMMIT=OFF, closing
> the last used curser issues an END, thereby committing the
> transaction. It happens in odbc/qresult.c line 320 and the
> code looks pretty much like ignoring the autocommit flag.
>

You seem to be right.
I would fix it.

regards,
Hiroshi Inoue

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-05-01 00:51:58 date conversion (was Re: Re: v7.1.1 branched and released on Tuesday ...)
Previous Message Tom Lane 2001-04-30 23:12:16 Re: v7.1.1 branched and released on Tuesday ...

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-05-01 02:40:07 ODBC changes
Previous Message Graham Vickrage 2001-04-30 13:30:33 RE: [INTERFACES] VB and ODBC