Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
3.1.2
Description
The result of the DatabaseMetaData#getTableTypes should be order by TABLE_TYPE.
Yet I see following orders.
TableType(super=AbstractMetadataType(unmappedValues={}), tableType=TABLE)
|
TableType(super=AbstractMetadataType(unmappedValues={}), tableType=SYSTEM VIEW)
|