jdbc2 bug in absolute (ResultSet.java) - Mailing list pgsql-bugs

From Travis Bauer
Subject jdbc2 bug in absolute (ResultSet.java)
Date
Msg-id Pine.GSO.4.21.0005251148150.10754-100000@piccolo.cs.indiana.edu
Whole thread Raw
Responses Re: jdbc2 bug in absolute (ResultSet.java)
Re: jdbc2 bug in absolute (ResultSet.java)
List pgsql-bugs
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
----------------------------------------------------------------

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: bug in the jdbc driver for postgress 7.0 (ResultSet.java)
Next
From: Travis Bauer
Date:
Subject: Re: jdbc2 bug in absolute (ResultSet.java)