Re: PSQLException: Too many update results were returned.

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: albertlaszlorobert(at)gmail(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PSQLException: Too many update results were returned.
Date: 2007-08-04 00:43:12
Message-ID: 46B3CBA0.3040203@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albert László-Róbert 2007-08-04 00:58:24 Re: PSQLException: Too many update results were returned.
Previous Message Albert Laszlo-Robert 2007-08-03 23:33:42 PSQLException: Too many update results were returned.