JDBC: Add "SYSTEM TABLE" in DatabaseMetaData.getTableTypes()
Details
| Detail name | Value |
|---|---|
| Changelog Number | 6176 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | EXASOL 6.0.0 |
| Fix Versions | Exasol 6.1.0 |
| Resolution Date | 2018-10-04 |
Enhancement
The JDBC Metadata method DatabaseMetaData.getTableTypes() now also returns "SYSTEM TABLE" besides "TABLE" and "VIEW.
This change was necessary to be consistent with DatabaseMetaData.getTables(), where the type "SYSTEM TABLE" is returned for system tables.
Changed behavior
The JDBC Metadata method DatabaseMetaData.getTableTypes() now also returns "SYSTEM TABLE" besides "TABLE" and "VIEW.