Re: ResultSet.relative(0) throws "Cannot move to index of 0"

From: Kris Jurka <books(at)ejurka(dot)com>
To: David Gagnon <dgagnon(at)siunik(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSet.relative(0) throws "Cannot move to index of 0"
Date: 2005-04-18 18:32:22
Message-ID: Pine.BSO.4.56.0504181325410.30906@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Gagnon 2005-04-18 18:58:42 Re: ResultSet.relative(0) throws "Cannot move to index of 0"
Previous Message David Gagnon 2005-04-18 13:00:03 ResultSet.relative(0) throws "Cannot move to index of 0" but should not as explain in the Javadoc.