-
- Downloads
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
Showing
- src/interfaces/odbc/connection.c 57 additions, 0 deletionssrc/interfaces/odbc/connection.c
- src/interfaces/odbc/connection.h 3 additions, 0 deletionssrc/interfaces/odbc/connection.h
- src/interfaces/odbc/info.c 31 additions, 11 deletionssrc/interfaces/odbc/info.c
- src/interfaces/odbc/psqlodbc.h 2 additions, 3 deletionssrc/interfaces/odbc/psqlodbc.h
- src/interfaces/odbc/psqlodbc.rc 6 additions, 6 deletionssrc/interfaces/odbc/psqlodbc.rc
- src/interfaces/odbc/resource.h 6 additions, 6 deletionssrc/interfaces/odbc/resource.h
Loading
Please register or sign in to comment