Re: ResultSet with more than 5 rows causes error - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: ResultSet with more than 5 rows causes error
Date
Msg-id Pine.BSO.4.64.0709271720260.16033@leary.csoft.net
Whole thread Raw
In response to Re: ResultSet with more than 5 rows causes error  (Eric Faulhaber <ecf@goldencode.com>)
List pgsql-jdbc

On Thu, 27 Sep 2007, Eric Faulhaber wrote:

> If this is the case, couldn't he use "?prepareThreshold=0" at the end of his
> connect URL as a temporary workaround?  It will be slower, but it would
> unblock him.
>

Yes, but it's pretty much equivalent to his current workaround of creating
a new CallableStatement object inside the loop and that doesn't affect
other queries.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Eric Faulhaber
Date:
Subject: Re: ResultSet with more than 5 rows causes error
Next
From: David Gagnon
Date:
Subject: rs.getBigDecimal returning Null on field that is not null