Re: Bug in ResultSet.moveToCurrentRow

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Bug in ResultSet.moveToCurrentRow
Дата
Msg-id Pine.LNX.4.33.0306290324170.15836-200000@leary.csoft.net
обсуждение исходный текст
Ответ на Bug in ResultSet.moveToCurrentRow  (Darin Ohashi <DOhashi@maplesoft.com>)
Ответы Re: Bug in ResultSet.moveToCurrentRow  (Barry Lind <blind@xythos.com>)
Список 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

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Kallol Nandi"
Дата:
Сообщение: Re: PostgreSQL JDBC Driver
Следующее
От: "Kallol Nandi"
Дата:
Сообщение: Re: Most Performant JDBC Driver?