Skip to content

SQL: Remove SYS TABLE TYPES command #37409

@costin

Description

@costin

Command SYS TABLE TYPES was introduced to support both ODBC and JDBC in discovering the types of tables ES SQL supports.
In practice however only JDBC uses this command directly while ODBC relies on SYS TABLES - as such, it makes sense to consolidate them especially since SYS TABLES allows for many other params.

In the same vein, SYS CATALOGS might be removed since it's not that used and can be replaced with SELECT DATABASE() until full catalog behavior is in place.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions