[CONJ-1060] BIT default metadata doesn't take care of transformedBitIsBoolean option Created: 2023-02-28 Updated: 2023-03-01 Resolved: 2023-03-01 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | None |
| Fix Version/s: | 3.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
BIT(1) value since 3.0 default to Boolean. Issue is that `transformedBitIsBoolean` is not implemented for metadata, always sending Boolean. |