CVSROOT: /cvsroot
Module name: pgsql
Changes by: barry@postgresql.org 02/03/27 00:33:27
Modified files:
src/interfaces/jdbc/org/postgresql: errors.properties
src/interfaces/jdbc/org/postgresql/jdbc1: ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2: ResultSet.java
Log message:
applied patch from Liam Stewart fixing a message in the properties file
also fixed a NPE when calling the next() method on a result set after the
connection or resultset has been closed. (bug reported by Hans Deragon)