Thread: pgsql/src/interfaces/jdbc/org/postgresql error ...

pgsql/src/interfaces/jdbc/org/postgresql error ...

From
barry@postgresql.org (Barry Lind)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    barry@postgresql.org    02/06/24 02:16:27

Modified files:
    src/interfaces/jdbc/org/postgresql: errors.properties
    src/interfaces/jdbc/org/postgresql/jdbc2: CallableStatement.java
                                              Connection.java
                                              PreparedStatement.java
    src/interfaces/jdbc/org/postgresql/test: JDBC2Tests.java
Added files:
    src/interfaces/jdbc/org/postgresql/test/jdbc2:
                                                   CallableStmtTest.java

Log message:
    patch to add support for callable statements to the jdbc driver.  The patch was submitted by Paul Bethe
pmbethe@yahoo.com