Get rid of the following size limit.
Hiroshi Inoue <inoue@tpf.co.jp>
Get rid of the following size limit. 1) Query size limit(was 65536) for >=7.0 servers. 2) Text size limit(was 8190) for 7.1 servers.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/odbc/connection.c | modified | +18 −1 |
| src/interfaces/odbc/connection.h | modified | +1 −1 |
| src/interfaces/odbc/convert.c | modified | +383 −100 |
| src/interfaces/odbc/convert.h | modified | +2 −2 |
| src/interfaces/odbc/info.c | modified | +1 −10 |
| src/interfaces/odbc/pgtypes.c | modified | +7 −0 |
| src/interfaces/odbc/statement.c | modified | +8 −1 |
| src/interfaces/odbc/statement.h | modified | +2 −1 |