]> granicus.if.org Git - postgresql/commit
Applied patches from Oliver Jowett to fix the following bugs:
authorBarry Lind <barry@xythos.com>
Sun, 24 Aug 2003 22:10:09 +0000 (22:10 +0000)
committerBarry Lind <barry@xythos.com>
Sun, 24 Aug 2003 22:10:09 +0000 (22:10 +0000)
commit2495365df10c2d6c2bf29988af7d875bb81a69b7
treeb4fb09d1810779564d89b8d66918a9c85e6592be
parent478bb0268fa5b193a3269a4690b78bbf25cd0990
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.
src/interfaces/jdbc/build.xml
src/interfaces/jdbc/org/postgresql/core/BaseStatement.java
src/interfaces/jdbc/org/postgresql/errors.properties
src/interfaces/jdbc/org/postgresql/errors_de.properties
src/interfaces/jdbc/org/postgresql/errors_it.properties
src/interfaces/jdbc/org/postgresql/errors_nl.properties
src/interfaces/jdbc/org/postgresql/errors_zh_TW.properties
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/ServerPreparedStmtTest.java