1) Internal improvements to handle updatable cursors(1st cut).
Hiroshi Inoue <inoue@tpf.co.jp>
1) Internal improvements to handle updatable cursors(1st cut). 2) Fix a bug in SQLColAttribute().
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/odbc/connection.c | modified | +14 −8 |
| src/interfaces/odbc/connection.h | modified | +4 −1 |
| src/interfaces/odbc/convert.c | modified | +22 −2 |
| src/interfaces/odbc/environ.c | modified | +3 −0 |
| src/interfaces/odbc/execute.c | modified | +18 −3 |
| src/interfaces/odbc/info30.c | modified | +18 −13 |
| src/interfaces/odbc/info.c | modified | +14 −14 |
| src/interfaces/odbc/multibyte.c | modified | +1 −1 |
| src/interfaces/odbc/odbcapi30.c | modified | +4 −164 |
| src/interfaces/odbc/options.c | modified | +31 −54 |
| src/interfaces/odbc/parse.c | modified | +28 −10 |
| src/interfaces/odbc/psqlodbc_api30.def | modified | +1 −1 |
| src/interfaces/odbc/psqlodbc_api30w.def | modified | +1 −1 |
| src/interfaces/odbc/psqlodbc.h | modified | +2 −1 |
| src/interfaces/odbc/qresult.c | modified | +30 −2 |
| src/interfaces/odbc/qresult.h | modified | +4 −0 |
| src/interfaces/odbc/results.c | modified | +181 −78 |
| src/interfaces/odbc/statement.c | modified | +19 −19 |
| src/interfaces/odbc/statement.h | modified | +6 −0 |
| src/interfaces/odbc/tuple.h | modified | +13 −0 |