pgsql: When moveToCurrentRow is called and the current row is off the - Mailing list pgsql-committers

From jurka@svr1.postgresql.org (Kris Jurka)
Subject pgsql: When moveToCurrentRow is called and the current row is off the
Date
Msg-id 20050422143648.9A0D753A15@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
When moveToCurrentRow is called and the current row is off the
end of the ResultSet we can't try to load that row because it
doesn't exist and will throw an Exception.

Reported by Prasanth.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/jdbc/org/postgresql/jdbc2:
        AbstractJdbc2ResultSet.java (r1.25.2.10 -> r1.25.2.11)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java.diff?r1=1.25.2.10&r2=1.25.2.11)

pgsql-committers by date:

Previous
From: kimhanse@pgfoundry.org (User Kimhanse)
Date:
Subject: tablelog - tablelog: Prepare release 0.4.2, add description of
Next
From: jurka@svr1.postgresql.org (Kris Jurka)
Date:
Subject: pgsql: Updatable ResultSets need to check for an empty ResultSet because