Details
- 
    Bug 
- 
    Status: Closed (View Workflow)
- 
    Major 
- 
    Resolution: Fixed
- 
    3.0.5
- 
    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.