Re: bug in EN_set_odbc3 macro

From: "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>
To: 'Tomas Sk舐e' <tomas(at)nocrew(dot)org>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: bug in EN_set_odbc3 macro
Date: 2003-11-05 21:43:47
Message-ID: 003701c3a3e5$e5098330$3d283ddb@PbgX
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Tomas Sk舐e
>
> Hi,
>
> I found that the EN_set_odbc3 macro in environ.h seems to be
> wrong. It's defined as:
>
> #define EN_set_odbc3(env) (env->flag &= EN_OV_ODBC2)
>
> There should probably be a ~ in there too:
>
> #define EN_set_odbc3(env) (env->flag &= ~EN_OV_ODBC2)

Oops you are right.
I would fix it ASAP.

Thanks.
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Philippe Lang 2003-11-06 10:26:32 Access, pass-through queries and isolation level
Previous Message Tomas =?iso-8859-1?q?Sk=E4re?= 2003-11-05 17:28:19 bug in EN_set_odbc3 macro