This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Extend support for SHOW query to apply filter on TABLE_CAT, TABLE_SCHEM and TABLE_TYPE #324
Labels
enhancement
New feature or request
JDBC/ODBC formatting
This issue is related to JDBC or ODBC driver client
SQL
Expected Result: List of filtered table, catalog, schema names, and table types.
Currently, filter is available only for
TABLE_NAME
For example,
SHOW TABLES LIKE kib*
returns a list of filteredTABLE_NAME
Similar support is required for
TABLE_CAT
,TABLE_SCHEM
andTABLE_TYPE
.The text was updated successfully, but these errors were encountered: