-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
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.