Re: moveToInsertRow doesn't work when using prepared statements

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: moveToInsertRow doesn't work when using prepared statements
Дата
Msg-id 41F95679.8030004@opencloud.com
обсуждение исходный текст
Ответ на moveToInsertRow doesn't work when using prepared statements  (Martin Keller <martin.keller@unitedplanet.de>)
Список pgsql-jdbc
Martin Keller wrote:

> calling moveToInsertRow on a ResultSet returned by a prepared statement leads
> to a NullPointerException:

Thanks for the report, fixed in CVS.

A workaround is to specify protocolVersion=2 in the connection URL, as
the V2 protocol code is correct (it looks like that change wasn't made
in both paths when I was originally writing this code)

-O

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

Предыдущее
От: Martin Keller
Дата:
Сообщение: moveToInsertRow doesn't work when using prepared statements
Следующее
От: Oliver Jowett
Дата:
Сообщение: Enforcing CONCUR_*