You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Remove SYS CATALOGS and SYS TABLE TYPES as they are a subset of SYS
TABLES (and thus somewhat redundant) and used only by JDBC.
Close#37409
(cherry picked from commit 023bb2f)
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 sinceSYS 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 withSELECT DATABASE()
until full catalog behavior is in place.The text was updated successfully, but these errors were encountered: