Re: Result Set Cursor Patch - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Result Set Cursor Patch
Date
Msg-id Pine.BSO.4.56.0404301035120.23452@leary.csoft.net
Whole thread Raw
In response to Result Set Cursor Patch  (Andy Zeneski <jaz@ofbiz.org>)
Responses Re: Result Set Cursor Patch
Re: Result Set Cursor Patch
List pgsql-jdbc

On Fri, 30 Apr 2004, Andy Zeneski wrote:

> I am not sure if this is the right place, or if the pgsql-patches list
> is where this should go, since the CVS repositories are now in
> different locations, I hoped this would be the right area.

This is the place for all things JDBC.

> Attached is a patch against the current CVS head for added support for
> cursors in result set.
>
> The patch passes the entire test suite, and I added a new test to test
> absolute positioning.

Some more tests for the other wrappers you have made around absolute and
other fetching methods would be nice (previous, relative, last, ...).

> Again, let me know if you see anything wrong and I will try to get it
> corrected ASAP so this can get included with the next release!

This patch does not support updateable ResultSets (deleteRow, insertRow),
but doesn't do anything to prevent a cursor from being used in that case.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Andy Zeneski
Date:
Subject: Result Set Cursor Patch
Next
From: Andy Zeneski
Date:
Subject: Re: Result Set Cursor Patch