1) Fix a few bugs about SQLGetData()
Hiroshi Inoue <inoue@tpf.co.jp>
1) Fix a few bugs about SQLGetData() reported by Mika Mantyla. 2) Timestamp precision. 3) Separate ODBC3.0 files.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/odbc/bind.c | modified | +2 −0 |
| src/interfaces/odbc/bind.h | modified | +2 −0 |
| src/interfaces/odbc/columninfo.c | modified | +11 −1 |
| src/interfaces/odbc/convert.c | modified | +310 −64 |
| src/interfaces/odbc/convert.h | modified | +2 −1 |
| src/interfaces/odbc/info.c | modified | +3 −27 |
| src/interfaces/odbc/odbcapi30.c | modified | +4 −4 |
| src/interfaces/odbc/pgtypes.c | modified | +65 −2 |
| src/interfaces/odbc/pgtypes.h | modified | +3 −1 |
| src/interfaces/odbc/psqlodbc.h | modified | +14 −7 |
| src/interfaces/odbc/psqlodbc.rc | modified | +4 −4 |
| src/interfaces/odbc/statement.c | modified | +8 −0 |
| src/interfaces/odbc/win32.mak | modified | +0 −9 |