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

Started by Nonameabout 24 years ago1 messagescomitters
Jump to latest
#1Noname
barry@postgresql.org

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