CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       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.


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to