Re: moveToCurrentRow causes ArrayIndexOutOfBoundsException

From: Kris Jurka <books(at)ejurka(dot)com>
To: Prasanth <dbadmin(at)nqadmin(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: moveToCurrentRow causes ArrayIndexOutOfBoundsException
Date: 2005-03-23 20:21:46
Message-ID: Pine.BSO.4.56.0503231519530.8456@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 23 Mar 2005, Prasanth wrote:

> > No, that's a bug. moveToCurrentRow was not correctly handling the
> > case where the current row is off the end of the ResultSet. I've fixed it
> > in 8.0 and 8.1dev.
>
> If I am using 8.0 jar then wasn't the fix there?
> Any how I tried with the new jar you have provided and seems its working
> now.
>

I meant that I fixed it since receiving your report which is why I built a
current set of jar files for you. The fix is not in the officially
released ones.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Igor Borisovsky 2005-03-23 21:12:17 Stored proc returns RECORD & JDBC
Previous Message Prasanth 2005-03-23 20:13:55 Re: moveToCurrentRow causes ArrayIndexOutOfBoundsException