behaviour of ResultSet.absolute()
Status: Beta
Brought to you by:
jgabler
The behaviour of the ResultSet.absolute method of the
PostgreSQL database JDBC driver seems to have changed.
In previous versions, it could be called with indexes
from 0 to n, the actual driver complains if called with
index 0:
java.sql.SQLException: Cannot move to index of 0
What is the correct behaviour according to the JDBC
standard?
Logged In: YES
user_id=422119
Works correctly, if index from 1 to n is used.
Don't have a JDBC documentation to hand - check it later,
for now it works.
Logged In: YES
user_id=422119
index 1...n ok, fixed for V_4_1_9_BRANCH and maintrunk