Re: patch: enforce the requirements for scrollable resultsets

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: patch: enforce the requirements for scrollable resultsets
Date: 2004-04-06 01:03:31
Message-ID: 407201E3.7010805@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kris Jurka wrote:

> I believe this still doesn't complete our checking for cursor based
> ResultSets because of methods like isBeforeFirst() or isLast(), which
> don't require scrollable ResultSets, but the code must be aware if it
> is working with a cursor.

We do indeed have some work to do here. The attached patch adds some
tests for these cases; they fail with a non-zero fetchsize.

-O

Attachment Content-Type Size
pgjdbc_fetch_positioning_tests.txt text/plain 5.2 KB

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-04-06 02:39:08 Re: Slow updates
Previous Message Oliver Jowett 2004-04-05 22:19:23 slow delivery of pgsql-jdbc mail?