diff options
author | Bruce Momjian | 2000-12-10 23:54:28 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-12-10 23:54:28 +0000 |
commit | 839de3c577d6ed67543aeff47c3adb2e7d7543da (patch) | |
tree | 1785b912bf47c20da7a388ac7d699c84f0231ee2 /src | |
parent | f8abefe460316f50c6b4c05af1740897463de1ec (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/odbc/psqlodbc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h index 5386075df6e..aabded2a1c1 100644 --- a/src/interfaces/odbc/psqlodbc.h +++ b/src/interfaces/odbc/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" |