Re: bug in ODBC driver (and fix) - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: bug in ODBC driver (and fix)
Date
Msg-id 9381.979928003@sss.pgh.pa.us
Whole thread Raw
In response to bug in ODBC driver (and fix)  (Mindaugas Idzelis <mai3116@ritvax.isc.rit.edu>)
Responses RE: bug in ODBC driver (and fix)  (Mindaugas Idzelis <mai3116@ritvax.isc.rit.edu>)
List pgsql-interfaces
Mindaugas Idzelis <mai3116@ritvax.isc.rit.edu> writes:
> If it was fixed in 7.0.3, it has not yet been fixed in 7.1beta3.

Oh?  I'm quite sure there is no reference to int4out in ODBC now.
Look for yourself if you don't believe me.  That patch was applied
to the main branch back in August.

Are you sure you are using a driver built from the current ODBC sources,
and not 7.0.2 or earlier?

> Also, what is wrong with the following sql query?
> create unique index primary on tablename ( tableid );

PRIMARY is an SQL reserved word.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: bug in ODBC driver (and fix)
Next
From: Mindaugas Idzelis
Date:
Subject: RE: bug in ODBC driver (and fix)