| From: | Travis Bauer <trbauer(at)indiana(dot)edu> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: jdbc2 bug in absolute (ResultSet.java) |
| Date: | 2000-05-25 19:04:28 |
| Message-ID: | Pine.GSO.4.21.0005251403160.4237-100000@mantaray.cs.indiana.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
You also need to remove the condition causing the procedure to return
falsi if index==0. I've changed it in my code, and it fixed a few bugs
that were cropping up.
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------
On Thu, 25 May 2000, Travis Bauer wrote:
> The "absolute" method is called by the relative method to change the
> cursor position. However, I noticed that absolute does not change
> current_row, it only loads the data.
>
> Shoudn't absolute contain the following line :
>
> current_row=index;
>
> ----------------------------------------------------------------
> Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
> ----------------------------------------------------------------
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2000-05-25 23:52:38 | Re: \dS and \df <pattern> crashing psql |
| Previous Message | Travis Bauer | 2000-05-25 16:51:10 | jdbc2 bug in absolute (ResultSet.java) |