Commit 839de3c5 authored by Bruce Momjian's avatar Bruce Momjian

Here is patch to the ODBC driver to update the version to 2.5 and allow

all forms of foreign keys be exposed to SQLForeignKeys.  This patch is in
addition to the ones I mailed yesterday (forget had I changed that as
well....)

Michael Fork - CCNA - MCP - A+
Network Support - Toledo Internet Access - Toledo Ohio
parent f8abefe4
...@@ -34,8 +34,8 @@ typedef double SDOUBLE; ...@@ -34,8 +34,8 @@ typedef double SDOUBLE;
typedef UInt4 Oid; typedef UInt4 Oid;
/* Driver stuff */ /* Driver stuff */
#define ODBCVER 0x0200 #define ODBCVER 0x0250
#define DRIVER_ODBC_VER "02.00" #define DRIVER_ODBC_VER "02.50"
#define DRIVERNAME "PostgreSQL ODBC" #define DRIVERNAME "PostgreSQL ODBC"
#define DBMS_NAME "PostgreSQL" #define DBMS_NAME "PostgreSQL"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment