ResultSet.next() and previous() incremented or decremented the

Kris Jurka <books@ejurka.com>

Commit: 1a92a4c10c9d1f238dc4cee15bd875d815782637
Author: Kris Jurka <books@ejurka.com>
Date: 2004-02-03T05:25:38Z
Releases: 7.4.2
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.

Files