[CONJ-979] ResultSet.getObject() returns Byte instead of Boolean for tinyint(1) Created: 2022-05-31 Updated: 2022-06-24 Resolved: 2022-06-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | 3.0.5 |
| Fix Version/s: | 3.0.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Wilmer | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| 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. Maybe this is related to |