[CONJ-218] MariaDbDatabaseMetaData wrong TABLE_TYPE values in getTables() method Created: 2015-11-18 Updated: 2016-11-24 Resolved: 2016-05-05 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.3.0, 1.2.3 |
| Fix Version/s: | 1.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrea Boriero | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
the value of the ResultSet rowTABLE_TYPE is "BASE TABLE" instead of "TABLE". |
| Comments |
| Comment by Diego Dupin [ 2015-11-20 ] |
|
According to my reading of JDBC , possible table type values are listed by DatabaseMetaData.getTableTypes().
so DatabaseMetaData.getTables() |
| Comment by Andrea Boriero [ 2015-11-20 ] |
|
by the Jdbc documentation but not "BASE TABLE" as the connector returns. |
| Comment by Diego Dupin [ 2016-05-05 ] |
|
Will be release in version 1.4.5 thanks to leonardlin. |