Re: ResultSet.relative(0) throws "Cannot move to index of 0" - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: ResultSet.relative(0) throws "Cannot move to index of 0"
Date
Msg-id Pine.BSO.4.56.0504181325410.30906@leary.csoft.net
Whole thread Raw
In response to ResultSet.relative(0) throws "Cannot move to index of 0" but should not as explain in the Javadoc.  (David Gagnon <dgagnon@siunik.com>)
Responses Re: ResultSet.relative(0) throws "Cannot move to index of 0"
List pgsql-jdbc

On Mon, 18 Apr 2005, David Gagnon wrote:

>   I just ran into what i think is a compliance problem.  I can't call
> ResultSet.relative(0) without getting in exception.  As stated in the
> javadoc it's should just do NOTHING.

This is a bug and is only present in the 7.4 tree.  I've fixed it there.
I'll gather up a couple more 7.4 changes and put out a new 7.4 release in
a couple of days.  For now I can offer you
http://www.ejurka.com/pgsql/jars/dgagnon/pg74-dg-jdbc3.jar as I don't
happen to have other compilers available.

Kris Jurka

pgsql-jdbc by date:

Previous
From: David Gagnon
Date:
Subject: ResultSet.relative(0) throws "Cannot move to index of 0" but should not as explain in the Javadoc.
Next
From: David Gagnon
Date:
Subject: Re: ResultSet.relative(0) throws "Cannot move to index of 0"