| 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 15:43:18 |
| Message-ID: | Pine.BSO.4.56.0404301035120.23452@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andy Zeneski | 2004-04-30 16:01:55 | Re: Result Set Cursor Patch |
| Previous Message | Andy Zeneski | 2004-04-30 15:04:27 | Result Set Cursor Patch |