| From: | jurka(at)svr1(dot)postgresql(dot)org (Kris Jurka) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/src/interfaces/jdbc/org/postgresq ... |
| Date: | 2004-02-03 05:25:40 |
| Message-ID: | 20040203052540.B5C0AD1B917@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: jurka(at)svr1(dot)postgresql(dot)org 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2004-02-03 05:28:17 | pgsql-server/src/interfaces/jdbc/org/postgresq ... |
| Previous Message | Kris Jurka | 2004-02-03 05:13:56 | pgsql-server/src/interfaces/jdbc/org/postgresq ... |