Re: [BUGS] bug in the jdbc driver for postgress 7.0 (ResultSet.java)

2000-05-24 Thread Bruce Momjian
This fix will appear in 7.01, and is in tonight's snapshot. Please let us know if that does not fix it. > I think I've found a bug in how the jdbc driver (JDBC2) numbers the rows > in a result set. According to Sun's documentation for the ResultSet > interface, the rows in a result set should

[BUGS] bug in the jdbc driver for postgress 7.0 (ResultSet.java)

2000-05-24 Thread Travis Bauer
I think I've found a bug in how the jdbc driver (JDBC2) numbers the rows in a result set. According to Sun's documentation for the ResultSet interface, the rows in a result set should be numbered starting with 1. However, the ResultSet.java's first() routine set's current_row to 0. The odd thing