Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.5.5
-
None
Description
In CONJ-218 (change 4e8c7153e6a7f25128753f2b6527846013e24136), a table type of "BASE TABLE" is translated to "TABLE". The JDBC documentation describes "TABLE" as typical, so that's reasonable.
getTableTypes() returns the set of possible values for table types to be expected from getTables(). It should be modified to match, i.e. it should produce a value of "TABLE" and not "BASE TABLE".
Attachments
Issue Links
- is caused by
-
CONJ-218 MariaDbDatabaseMetaData wrong TABLE_TYPE values in getTables() method
- Closed