odbc1.diff changes the text on the Protocol Radio buttons on the driver
authorBruce Momjian <bruce@momjian.us>
Fri, 26 Jan 2001 22:41:59 +0000 (22:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 26 Jan 2001 22:41:59 +0000 (22:41 +0000)
commitecf3052b1ae7fc0f52a693d7729b54e0e8884b4c
tree4feffb8b0770f901b1a536e78d40713339ebb243
parentf2180ca26651988fa708c0ea300cf2cb5cd1110c
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
connection.c
connection.h
info.c
psqlodbc.h
psqlodbc.rc
resource.h