Re: PSQLException: Too many update results were returned.

Поиск
Список
Период
Сортировка
От Albert László-Róbert
Тема Re: PSQLException: Too many update results were returned.
Дата
Msg-id 46B3CF30.4030505@gmail.com
обсуждение исходный текст
Ответ на Re: PSQLException: Too many update results were returned.  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Oliver Jowett wrote:
> Albert Laszlo-Robert wrote:
>
>> org.postgresql.util.PSQLException: Too many update results were
>> returned.
>
> At a guess maybe you are adding statements to the batch that are
> actually semicolon-separated statements? I don't know if the batch
> code understands that.
>
> -O
>
yes, the statements are semicolon-separated. than you have some idea how
to make it to work?

note: if i use a simple executeUpdate for multiple inserts that are
semicolon-separated, than they work.

albertlr


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: PSQLException: Too many update results were returned.
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: PSQLException: Too many update results were returned.