V11.5 Release Notes
c-treeACE JDBC ResultSet.isAfterLast incorrectly returned true with the isAfterLast() positioning method
In c-treeACE JDBC, ResultSet.isAfterLast incorrectly returned true in these cases:
- A new result set after reusing a prepared statement.
- Records remain to be fetched and calling next() returned more records.
A proper false value is now returned in these usages.