jdbc2 bug in absolute (ResultSet.java)

Поиск
Список
Период
Сортировка
От Travis Bauer
Тема jdbc2 bug in absolute (ResultSet.java)
Дата
Msg-id Pine.GSO.4.21.0005251148150.10754-100000@piccolo.cs.indiana.edu
обсуждение исходный текст
Ответы Re: jdbc2 bug in absolute (ResultSet.java)  (Travis Bauer <trbauer@indiana.edu>)
Re: jdbc2 bug in absolute (ResultSet.java)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: bug in the jdbc driver for postgress 7.0 (ResultSet.java)
Следующее
От: Travis Bauer
Дата:
Сообщение: Re: jdbc2 bug in absolute (ResultSet.java)