]> granicus.if.org Git - postgresql/commit
When moveToCurrentRow is called and the current row is off the
authorKris Jurka <books@ejurka.com>
Fri, 22 Apr 2005 14:36:48 +0000 (14:36 +0000)
committerKris Jurka <books@ejurka.com>
Fri, 22 Apr 2005 14:36:48 +0000 (14:36 +0000)
commitf5517ddbdafbb34e7aabd9fe041f1cbb24aad1f5
treeaa49f0b57446545657a12b6ead38d11dcf465f69
parent08008de909688d59dc5988f49f2d2dcc4d5e8649
When moveToCurrentRow is called and the current row is off the
end of the ResultSet we can't try to load that row because it
doesn't exist and will throw an Exception.

Reported by Prasanth.
src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java