CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/03 01:25:39
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE
AbstractJdbc1ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2: Tag: REL7_4_STABLE
AbstractJdbc2ResultSet.java
src/interfaces/jdbc/org/postgresql/test/jdbc2: Tag:
REL7_4_STABLE
ResultSetTest.java
Log message:
ResultSet.next() and previous() incremented or decremented the
internal current_row variable regardless of wether they succeeded or
not. This generated some ArrayIndexOutOfBoundsExceptions when the
errorneous adjustment current_row led to out of range values.
Per report from Fischer Krisztian.
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])