From a2f2bafcac60f6412d4f78f2072bf4dfcf6a1d39 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 10 Dec 2000 23:54:28 +0000 Subject: [PATCH] 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 --- psqlodbc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psqlodbc.h b/psqlodbc.h index 5386075..aabded2 100644 --- a/psqlodbc.h +++ b/psqlodbc.h @@ -34,8 +34,8 @@ typedef double SDOUBLE; typedef UInt4 Oid; /* Driver stuff */ -#define ODBCVER 0x0200 -#define DRIVER_ODBC_VER "02.00" +#define ODBCVER 0x0250 +#define DRIVER_ODBC_VER "02.50" #define DRIVERNAME "PostgreSQL ODBC" #define DBMS_NAME "PostgreSQL" -- 2.39.5