pgsql-server/src/interfaces/jdbc build.xml org ... - Mailing list pgsql-committers

From barry@svr1.postgresql.org (Barry Lind)
Subject pgsql-server/src/interfaces/jdbc build.xml org ...
Date
Msg-id 20030824221010.31EA6D1BA99@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    barry@svr1.postgresql.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.


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/doc TODO
Next
From: meskes@svr1.postgresql.org (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg ChangeLog ecp ...