OSDN Git Service

Attached is a patch against the CVS repository that fixes the ResultSet absolute...
authorBarry Lind <barry@xythos.com>
Wed, 14 Nov 2001 04:11:37 +0000 (04:11 +0000)
committerBarry Lind <barry@xythos.com>
Wed, 14 Nov 2001 04:11:37 +0000 (04:11 +0000)
commitebb93323bbf7c62aeff283cd5991071ee8c575fa
tree22b370d8461b48acd90ae011e23c4ebbbca03b0f
parentc97a787e85df6bd6b7a6ff5cc35a75ec0601de7c
Attached is a patch against the CVS repository that fixes the ResultSet absolute() problem.
There's also a little fix for the getRow() method. While fixing
absolute(), I noticed that getRow() wasn't quite following the spec: it
wasn't returning 0 when the ResultSet wasn't positioned on a row.  I've
started a ResultSet test case and included it as well.

Liam Stewart
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java
src/interfaces/jdbc/org/postgresql/test/JDBC2Tests.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/ResultSetTest.java [new file with mode: 0644]