Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
2.1.0, 2.1.1, 1.6.4
-
None
Description
Using resultset.last(), when resultset has one row, last() position correctly cursor set on last row, but return the "false" value. In this case, "true" value is expected.
JDBC javadoc
true if the cursor is on a valid row; false if there are no rows in the result set
Other positionning/verification methods (like isBeforeFirst(), isAfterLast(), isFirst(), isLast(), first(), absolute(row), relative(row), previous(), next()) return correct result.
Attachments
Issue Links
- relates to
-
MDEV-13781 Max(sequence) returns zero
- Closed