Index: jdbc1/ResultSet.java =================================================================== RCS file: /projects/cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java,v retrieving revision 1.22 diff -r1.22 ResultSet.java 420c420 < return null; --- > return this_row[columnIndex - 1]; Index: jdbc2/ResultSet.java =================================================================== RCS file: /projects/cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java,v retrieving revision 1.39 diff -r1.39 ResultSet.java 347c347 < return null; --- > return this_row[columnIndex - 1];