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