Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.5.7
-
None
Description
Hello,
we have upgraded our JDBC driver to mariadb driver from mysql driver and it has caused an unforeseen issue.
The SQLException is thrown but we think the SQLException should NOT be thrown if the rowPointer is already at 0 - because in this case, there is no backward movement.
This has not been an issue with our mysql jdbc driver.
I appreciate that the JDBC interface docs may not be clear on this, but i think it makes sense not to throw an exception if rowPointer == 0