bug in EN_set_odbc3 macro

From: tomas(at)nocrew(dot)org (Tomas =?iso-8859-1?q?Sk=E4re?=)
To: pgsql-odbc(at)postgresql(dot)org
Subject: bug in EN_set_odbc3 macro
Date: 2003-11-05 17:28:19
Message-ID: 80u15iwwr0.fsf@junk.nocrew.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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)

Greetings,

Tomas

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2003-11-05 21:43:47 Re: bug in EN_set_odbc3 macro
Previous Message Adrian Klaver 2003-11-05 14:26:12 Re: Access, ODBC and "other users"