Re: Bug in ResultSet.moveToCurrentRow - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Bug in ResultSet.moveToCurrentRow
Date
Msg-id Pine.LNX.4.33.0306290324170.15836-200000@leary.csoft.net
Whole thread Raw
In response to Bug in ResultSet.moveToCurrentRow  (Darin Ohashi <DOhashi@maplesoft.com>)
Responses Re: Bug in ResultSet.moveToCurrentRow  (Barry Lind <blind@xythos.com>)
List pgsql-jdbc

On Tue, 17 Jun 2003, Darin Ohashi wrote:

>
> I believe there is a bug in ResultSet.moveToCurrentRow with pgsql 7.3.3 and
> pgsql-jdbc 7.3.3 build 110.  If the current row of the result set is the
> beforeFirst() row, call moveToInsertRow() and then moveToCurrentRow().  The
> moveToCurrentRow throws an ArrayIndexOutOfBoundsException.
>

This patch against cvs fixes the problem.  Thanks for the report and
complete example.

Kris Jurka

Attachment

pgsql-jdbc by date:

Previous
From: "Kallol Nandi"
Date:
Subject: Re: PostgreSQL JDBC Driver
Next
From: "Kallol Nandi"
Date:
Subject: Re: Most Performant JDBC Driver?