Обсуждение: Updated ODBC Driver Download

Поиск
Список
Период
Сортировка

Updated ODBC Driver Download

От
Dave Page
Дата:
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.