jdbc2 bug in absolute (ResultSet.java)

Travis Bauer <trbauer@indiana.edu>

From: Travis Bauer <trbauer@indiana.edu>
To: pgsql-bugs@postgresql.org
Date: 2000-05-25T16:51:10Z
Lists: 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
----------------------------------------------------------------