ResultSet.moveToCurrentRow was checking the cached updateability flag

Kris Jurka <books@ejurka.com>

Commit: 5e8046cbc94ca20672b8d1d8dc30d56dcfdbd7ba
Author: Kris Jurka <books@ejurka.com>
Date: 2004-09-13T07:14:26Z
Releases: 7.4.6
ResultSet.moveToCurrentRow was checking the cached updateability flag
assuming it had been set instead of correctly calling the
isUpdateable() method which sets the flag if needed.  This usually
worked because moveToCurrentRow is only useful after a
moveToInsertRow call which would set the flag, but this is not
required.

David Bucciarelli

Files