Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created October 3, 2023 at 9:57 AM
Updated October 20, 2023 at 11:01 AM
Resolved October 3, 2023 at 11:58 AM
The error varies, sometimes it’s about
DB2 SQL Error: SQLCODE=-243
(can’t useResultSet.TYPE_SCROLL_SENSITIVE
together with a max number of rows), sometimes it’s about an invalid call to.scroll
after.next
returnedfalse
(some drivers allow it and just returnfalse
again, but others throw an exception).In any case, we need to rework the partition mapper to make it work on all supported JDBC drivers.