[CONJ-937] metadata getColumnTypeName wrong return type Created: 2022-03-03 Updated: 2022-03-22 Resolved: 2022-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Current 3.0 implementation of ResultsetMetadata.getColumnTypeName return server data type. additionally numeric unsigned value have not unsigned information (i.e. "SHORT" returned in place of "SHORT UNSIGNED") |