projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8abefe
)
Here is patch to the ODBC driver to update the version to 2.5 and allow
author
Bruce Momjian
<bruce@momjian.us>
Sun, 10 Dec 2000 23:54:28 +0000
(23:54 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 10 Dec 2000 23:54:28 +0000
(23:54 +0000)
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
src/interfaces/odbc/psqlodbc.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/psqlodbc.h
b/src/interfaces/odbc/psqlodbc.h
index 5386075df6ee84199f7e2eb2054325b8c1eb8cb8..aabded2a1c1e9a40f769fa17ca632b632cb46948 100644
(file)
--- 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 0x02
0
0
-#define DRIVER_ODBC_VER "02.
0
0"
+#define ODBCVER 0x02
5
0
+#define DRIVER_ODBC_VER "02.
5
0"
#define DRIVERNAME "PostgreSQL ODBC"
#define DBMS_NAME "PostgreSQL"