Bug in setFetchSize

From: Dave Smith <dave(dot)smith(at)candata(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Bug in setFetchSize
Date: 2004-12-02 16:32:19
Message-ID: 1102005138.4563.9.camel@playpen.candata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

We are using pg80b1.308.jdbc3.jar with pg 7.4.5 and trying to use
setFetchSize on Statement.

Once we try and fetch outside the value we have set for fetchSize we get
ERROR: portal "C_4" does not exist

So it looks like you are using fetchSize as an absolute size, which is
not my reading of the spec.

--
Dave Smith
CANdata Systems Ltd
416-493-9020

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus Wollny 2004-12-02 16:43:21 java.net.SocketException: Connection reset by peer: socket write error
Previous Message Oliver Jowett 2004-12-01 22:34:34 Re: gmake compile fails using JDBC source.