pgsql-server/src/interfaces/jdbc build.xml org ...

From: barry(at)svr1(dot)postgresql(dot)org (Barry Lind)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/interfaces/jdbc build.xml org ...
Date: 2003-08-24 22:10:10
Message-ID: 20030824221010.31EA6D1BA99@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: barry(at)svr1(dot)postgresql(dot)org 03/08/24 19:10:09

Modified files:
src/interfaces/jdbc: build.xml
src/interfaces/jdbc/org/postgresql: errors.properties
errors_de.properties
errors_it.properties
errors_nl.properties
errors_zh_TW.properties
src/interfaces/jdbc/org/postgresql/core: BaseStatement.java
src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1ResultSet.java
AbstractJdbc1Statement.java
src/interfaces/jdbc/org/postgresql/test/jdbc2:
ServerPreparedStmtTest.java

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-08-24 22:57:21 pgsql-server/doc TODO
Previous Message Peter Eisentraut - PostgreSQL 2003-08-24 21:26:55 pgsql-server/src/bin/psql/po Tag: REL7_3_STABL ...