Skip to content
Snippets Groups Projects
Commit 839de3c5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment