jdbc2 bug in absolute (ResultSet.java)

From: Travis Bauer <trbauer(at)indiana(dot)edu>
To: pgsql-bugs(at)postgresql(dot)org
Subject: jdbc2 bug in absolute (ResultSet.java)
Date: 2000-05-25 16:51:10
Message-ID: Pine.GSO.4.21.0005251148150.10754-100000@piccolo.cs.indiana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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
----------------------------------------------------------------

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Travis Bauer 2000-05-25 19:04:28 Re: jdbc2 bug in absolute (ResultSet.java)
Previous Message Bruce Momjian 2000-05-25 03:34:04 Re: bug in the jdbc driver for postgress 7.0 (ResultSet.java)