Updated ODBC Driver Download - Mailing list pgsql-odbc

From Dave Page
Subject Updated ODBC Driver Download
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D61A2958@woody.vale-housing.co.uk
Whole thread Raw
List pgsql-odbc
I have compiled the latest ODBC driver source for Win32 and made it
available under the Downloads area at:
http://www.greatbridge.org/project/pgadmin/.

This is version 07.01.0002 of the driver and contains a fix for SQLGetInfo
SQL_DBMS_VER and the following updates from Hiroshi Inoue:

1) initialized pg_version by DSN's protocol info so that we could always use
pg_version info once a connection is established (pg_version() didn't exist
before 6.4). PROTOCOL_XX() macros are removed(except from connection.[ch]).
2) provided a few macros to encapsulate connection's version info and
replaced existent comparison stuff by those macros.
3) change SQLTables() so that 7.1 servers could show views.

Regards,

Dave.

pgsql-odbc by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] build WIN32 ODBC using VC++, not Cygwin/gcc
Next
From: "Johann Zuschlag"
Date:
Subject: Re: Invalid Page Fault in PSQLODBC.DLL