[CONJ-456] Wrong metadata when column TINYINT is unsigned and considered as BIT Created: 2017-04-09 Updated: 2017-05-10 Resolved: 2017-04-10 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.0-RC, 1.6.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When option tinyInt1isBit is set, TINYINT values must be considered as BIT (default). Pull request from @josipmaslac is done here : https://github.com/MariaDB/mariadb-connector-j/pull/104 |