Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.5
-
Fix Version/s: 3.0.6
-
Component/s: metadata
-
Labels:None
Description
After upgrading org.mariadb.jdbc:mariadb-java-client from 2.7.5 to 3.0.5, ResultSet.getObject() returns Byte instead of Boolean for tinyint(1) columns.
I had a look at the 3.x.x change logs and the MariaDB Connector/J Documentation, but couldn't find any information about that change.
Is there any documentation like this one but for MariaDB?
Maybe this is related to CONJ-893.