Cursor based statements

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To:
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Cursor based statements
Date: 2003-10-27 21:52:46
Message-ID: 1067291566.1620.98.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)micro-automation(dot)net>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2003-10-27 23:15:55 Re: Cursor based statements ADDENDUM
Previous Message Oliver Jowett 2003-10-25 01:31:54 Re: Prepared Statement Issues.