Re: Result Set Cursor Patch

From: Kris Jurka <books(at)ejurka(dot)com>
To: Andy Zeneski <jaz(at)ofbiz(dot)org>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Result Set Cursor Patch
Date: 2004-04-30 16:29:58
Message-ID: Pine.BSO.4.56.0404301128280.15995@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 30 Apr 2004, Andy Zeneski wrote:

> We are talking about concurrency right, not scroll type. The problem
> will be not when the result set is scrollable, but rather then the
> concurrency is updatable. Is this correct? If so, I have this fixed, I
> am adding some test cases now and will send over a new patch.

Right, well it's both because you can have a forward only updateable
resultset use a cursor because it never has to refetch, but the scrollable
case causes problems.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andy Zeneski 2004-04-30 16:58:58 Re: Result Set Cursor Patch
Previous Message Andy Zeneski 2004-04-30 16:24:07 Re: Result Set Cursor Patch