From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org> |
Subject: | odbc changes |
Date: | 2001-02-06 02:35:09 |
Message-ID: | 3A7F62DD.AB35D2EE@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Hi all,
I've just committed a change to ODBC.
Changes are as follows.
regards, hiroshi inoue
Improved version handling introduced by Dave Page.
The driver version is 07.01.0002 now.
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.
In addtion, the following patch from Dave Page was applied.
This patch fixes a bug in SQLGetInfo for SQL_DBMS_VER which corrupted
the
driver version string. The driver version number has also been
incremented
to 07.01.0002.
Regards, Dave. <<odbc.diff>>
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2001-02-06 09:45:27 | Updated ODBC Driver Download |
Previous Message | Dave Page | 2001-02-05 22:40:20 | RE: Hello |