1) Fix SQLForeignKeys() in multibyte mode.
Hiroshi Inoue <inoue@tpf.co.jp>
1) Fix SQLForeignKeys() in multibyte mode. 2) Fix a bug with NUMERIC scale in case of Parse statement option. 3) Remove a no longer needed loop in CC_send_query(). Hiroshi Inoue
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/odbc/connection.c | modified | +22 −63 |
| src/interfaces/odbc/connection.h | modified | +4 −0 |
| src/interfaces/odbc/info.c | modified | +279 −23 |
| src/interfaces/odbc/parse.c | modified | +5 −0 |
| src/interfaces/odbc/results.c | modified | +4 −5 |
| src/interfaces/odbc/statement.h | modified | +1 −0 |