Re: Cursor based statements ADDENDUM - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Cursor based statements ADDENDUM
Date
Msg-id 1067296555.1621.123.camel@localhost.localdomain
Whole thread Raw
In response to Cursor based statements  (Dave Cramer <Dave@micro-automation.net>)
Responses Re: Cursor based statements ADDENDUM
List 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@micro-automation.net>


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Cursor based statements
Next
From: Oliver Jowett
Date:
Subject: Re: Cursor based statements ADDENDUM