diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-26 22:41:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-26 22:41:59 +0000 |
commit | 5a832218fd24e659826a8e5ca6cdafbdba1dde4b (patch) | |
tree | b6141aa4086978d09e5982e0d868b2d2b4ef356d /src/interfaces/odbc/resource.h | |
parent | 7edafafd731c36466daf99440882ae9225a141f1 (diff) | |
download | postgresql-5a832218fd24e659826a8e5ca6cdafbdba1dde4b.tar.gz postgresql-5a832218fd24e659826a8e5ca6cdafbdba1dde4b.zip |
odbc1.diff changes the text on the Protocol Radio buttons on the driver
dialogue from '6.4/6.5' to '6.5+' and removes some C++ comments from
resource.h (which VC++ insists on putting there).
odbc2.diff adds code to query the PostgreSQL version upon connection. This
is then used to determine what values to return for from SQLGetInfo for
SQL_DBMS_VER, SQL_MAX_ROW_SIZE, SQL_MAX_STATEMENT_LEN, SQL_OJ_CAPABILITIES
and SQL_OUTER_JOINS. The version string as returned by SELECT vERSION() (as
a char array) and the major.minor version number (as a flost) have been
added to the ConnectionClass structure.
Dave Page
Diffstat (limited to 'src/interfaces/odbc/resource.h')
-rw-r--r-- | src/interfaces/odbc/resource.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/odbc/resource.h b/src/interfaces/odbc/resource.h index 81e3c9961ff..c823241d7e4 100644 --- a/src/interfaces/odbc/resource.h +++ b/src/interfaces/odbc/resource.h @@ -1,7 +1,7 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Developer Studio generated include file. -// Used by psqlodbc.rc -// +/* {{NO_DEPENDENCIES}} */ +/* Microsoft Developer Studio generated include file. */ +/* Used by psqlodbc.rc */ + #define IDS_BADDSN 1 #define IDS_MSGTITLE 2 #define DLG_OPTIONS_DRV 102 @@ -50,8 +50,8 @@ #define DS_PG64 1057 #define DS_PG63 1058 -// Next default values for new objects -// +/* Next default values for new objects */ + #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 104 |