Re: Cursor based statements ADDENDUM

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Cursor based statements ADDENDUM
Date: 2003-10-27 23:15:55
Message-ID: 1067296555.1621.123.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

It appears that this is a 7.4 issues, previous versions used to destroy
a cursor if it existed, 7.4 does not do this.

Dave

On Mon, 2003-10-27 at 16:52, Dave Cramer wrote:
> Just going through the code and the CursorFetchTest fails on the 3rd
> iteration
>
> This is because the code can't deal with changing the fetch size on an
> already declared fetch size.
>
> the question is do we want that ability. the spec of course is
> ambiguous.
>
> Dave
--
Dave Cramer <Dave(at)micro-automation(dot)net>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2003-10-28 02:18:51 Re: Cursor based statements ADDENDUM
Previous Message Dave Cramer 2003-10-27 21:52:46 Cursor based statements