[R2DBC-24] columns of type Bit(1)/TINYINT(1) did not convert to Boolean Created: 2021-06-16 Updated: 2021-06-16 Resolved: 2021-06-16 |
|
| Status: | Closed |
| Project: | MariaDB Connector/R2DBC |
| Component/s: | other |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 0.5d | ||
| Original Estimate: | Not Specified | ||
| Description |
|
BOOLEAN datatype can be saved as TINYINT(1) (alias) or BIT(1). same option must be provided and enabled by default. |