[CONJ-19] year datatype is returned as SMALLINT in DatabaseMetaData.getColumns Created: 2013-02-02 Updated: 2013-02-03 Resolved: 2013-02-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Vladislav Vaintroub | Assignee: | Rasmus Johansson (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
year datatype is returned as SMALLINT in DatabaseMetaData.getColumns(). It should be SMALLINT only if yearIsDateType is set to false, and DATE otherwise |