Applied patches from Oliver Jowett to fix the following bugs:
Barry Lind <barry@xythos.com>
Applied patches from Oliver Jowett to fix the following bugs: - adds a finalizer method to AbstractJdbc1Statement to clean up in the case of poor user code which fails to close the statement object - fix ant build file to correctly detect dependencies across jdbc1/jdbc2/jdbc3 - fix a coupld of server prepared statement bugs and added regression test for them Applied patch from Kim Ho: - adds support for get/setMaxFieldSize(). Also fixed build.xml to provide a better error message in the event that an older version of the driver exists in the classpath when trying to build.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/build.xml | modified | +37 −11 |
| src/interfaces/jdbc/org/postgresql/core/BaseStatement.java | modified | +3 −1 |
| src/interfaces/jdbc/org/postgresql/errors_de.properties | modified | +1 −2 |
| src/interfaces/jdbc/org/postgresql/errors_it.properties | modified | +0 −1 |
| src/interfaces/jdbc/org/postgresql/errors_nl.properties | modified | +0 −1 |
| src/interfaces/jdbc/org/postgresql/errors.properties | modified | +1 −1 |
| src/interfaces/jdbc/org/postgresql/errors_zh_TW.properties | modified | +0 −1 |
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java | modified | +53 −6 |
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java | modified | +17 −8 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/ServerPreparedStmtTest.java | modified | +22 −0 |