JDBC-94: "Multiple resultsets were returned by query" in query end with "; "

From: Dang Minh Huong <kakalot49(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC-94: "Multiple resultsets were returned by query" in query end with "; "
Date: 2015-09-29 13:56:53
Message-ID: 21DDBBC0-6A6E-4B9B-9A25-C0044EAF5250@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I'm using postgresql-jdbc94 and have found that,
string in executeQuery() end with "; " (the last character is a space)
is considered as multiple queries and return with
"Multiple resultsets were returned by query" error.
I think it is not a bug, but is there any related change in jdbc94. I could not reproduce in jdbc93.

Best regards,
Bocap

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2015-09-29 14:53:07 Re: JDBC-94: "Multiple resultsets were returned by query" in query end with "; "
Previous Message Albe Laurenz 2015-09-21 09:06:14 Re: Version 1202 released