Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 839de3c

Browse files
committed
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
1 parent f8abefe commit 839de3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/odbc/psqlodbc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ typedef double SDOUBLE;
3434
typedef UInt4 Oid;
3535

3636
/* Driver stuff */
37-
#define ODBCVER 0x0200
38-
#define DRIVER_ODBC_VER "02.00"
37+
#define ODBCVER 0x0250
38+
#define DRIVER_ODBC_VER "02.50"
3939

4040
#define DRIVERNAME "PostgreSQL ODBC"
4141
#define DBMS_NAME "PostgreSQL"

0 commit comments

Comments
 (0)