Cursor based statements - Mailing list pgsql-jdbc

From Dave Cramer
Subject Cursor based statements
Date
Msg-id 1067291566.1620.98.camel@localhost.localdomain
Whole thread Raw
In response to Re: Prepared Statement Issues.  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: Cursor based statements ADDENDUM
List pgsql-jdbc
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: Oliver Jowett
Date:
Subject: Re: Prepared Statement Issues.
Next
From: Dave Cramer
Date:
Subject: Re: Cursor based statements ADDENDUM