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

From Mindaugas Idzelis
Subject RE: bug in ODBC driver (and fix)
Date
Msg-id JHELIEPMICHICPLGHHDKGEHKCAAA.mai3116@rit.edu
Whole thread Raw
In response to Re: bug in ODBC driver (and fix)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
If it was fixed in 7.0.3, it has not yet been fixed in 7.1beta3. In which
case, I have taken the source for the ODBC driver version 6.5 patched it
without the int4out() function, and compiled it. The driver is available at
http://neovintage.com/postgresODBC. This should help anyone using ODBC with
7.1beta3.

By the way. How come one of my applications (platinum erwin) does not get
any primary (or foreign) key information from the ODBC driver. When I was
using mySQL with the myODBC driver it got primary key information.

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

it's allegedly a parse error. (in the database as well as the ODBC driver)

thank you.

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Friday, January 19, 2001 10:45 AM
To: Mindaugas Idzelis
Cc: pgsql-interfaces@postgresql.org
Subject: Re: [INTERFACES] bug in ODBC driver (and fix)


Mindaugas Idzelis <mai3116@ritvax.isc.rit.edu> writes:
> the int4out() function should be removed.

Yes, it should.  This is fixed as of 7.0.3, IIRC.
        regards, tom lane



pgsql-interfaces by date:

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