-
- Downloads
The version is now 7.01.0010.
1) Handle parameter array. 2) Allow re-use of the connection handle after SQLDisconnect. 3) Reject NULL if no indicator specified. 4) Improve the handling of '_' in table name. 5) Unify internal begin/commit/abort operations. 6) Change SQLTables() to return null not "" for the table_owner. 7) Fix a bug about parameter handling reported by Benoit Menendez. 8) Add cast in handling ODBC date/time escape sequences. 9) Fix a bug about cache_size handing in declare/fetch mode. [ODBC3.0 related] 10) Improve the handling of descriptor handles(ODBC3.0). 11) Improve the type handling of some types for ODBC3.0. [Thanks to Marcelo Aceto for his useful patches] 12) Allow nested ODBC escape. 13) Allow changing autocommit on/off inside the transaction block. 14) Improve the handling of ODBC scalar functions.
Showing
- src/interfaces/odbc/bind.c 2 additions, 0 deletionssrc/interfaces/odbc/bind.c
- src/interfaces/odbc/connection.c 92 additions, 36 deletionssrc/interfaces/odbc/connection.c
- src/interfaces/odbc/connection.h 2 additions, 0 deletionssrc/interfaces/odbc/connection.h
- src/interfaces/odbc/convert.c 495 additions, 232 deletionssrc/interfaces/odbc/convert.c
- src/interfaces/odbc/convert.h 6 additions, 1 deletionsrc/interfaces/odbc/convert.h
- src/interfaces/odbc/environ.c 6 additions, 0 deletionssrc/interfaces/odbc/environ.c
- src/interfaces/odbc/execute.c 153 additions, 86 deletionssrc/interfaces/odbc/execute.c
- src/interfaces/odbc/info.c 101 additions, 18 deletionssrc/interfaces/odbc/info.c
- src/interfaces/odbc/odbcapi.c 3 additions, 3 deletionssrc/interfaces/odbc/odbcapi.c
- src/interfaces/odbc/odbcapi30.c 212 additions, 148 deletionssrc/interfaces/odbc/odbcapi30.c
- src/interfaces/odbc/options.c 6 additions, 8 deletionssrc/interfaces/odbc/options.c
- src/interfaces/odbc/parse.c 1 addition, 1 deletionsrc/interfaces/odbc/parse.c
- src/interfaces/odbc/pgapifunc.h 3 additions, 1 deletionsrc/interfaces/odbc/pgapifunc.h
- src/interfaces/odbc/pgtypes.c 80 additions, 14 deletionssrc/interfaces/odbc/pgtypes.c
- src/interfaces/odbc/pgtypes.h 2 additions, 1 deletionsrc/interfaces/odbc/pgtypes.h
- src/interfaces/odbc/psqlodbc.h 4 additions, 2 deletionssrc/interfaces/odbc/psqlodbc.h
- src/interfaces/odbc/psqlodbc.rc 4 additions, 4 deletionssrc/interfaces/odbc/psqlodbc.rc
- src/interfaces/odbc/qresult.c 5 additions, 6 deletionssrc/interfaces/odbc/qresult.c
- src/interfaces/odbc/results.c 70 additions, 11 deletionssrc/interfaces/odbc/results.c
- src/interfaces/odbc/statement.c 12 additions, 28 deletionssrc/interfaces/odbc/statement.c
Loading
Please register or sign in to comment