OpenSearch/x-pack/plugin/sql
Bogdan Pintea 8d6d7b88d8
SQL: drop BASE TABLE type in favour for just TABLE (#54836) (#54951)
* Drop BASE TABLE type in favour for just TABLE

This commit drops the table type 'BASE TABLE' and replaces all
occurences with just 'TABLE', since his type is wider-used and
friendlier to the client applications that query for certain table types
in their discovery mode.

The 'TABLE' type is also explicitely mentioned by the JDBC and ODBC
standards and although other data source-specific types are permitted,
older apps will not work well with them.

* Refactor table type constants out of IndexType

Move SQL_TABLE/_ALIAS out of IndexType, so that they can also be used in
that Enum definition.

(cherry picked from commit 70241b52697ac2cf71004040042123c1ec050299)
2020-04-08 16:02:12 +02:00
..
jdbc SQL: jdbc debugging enhancement (#53880) (#54081) 2020-03-24 16:09:53 +02:00
qa SQL: drop BASE TABLE type in favour for just TABLE (#54836) (#54951) 2020-04-08 16:02:12 +02:00
sql-action Upgrade to lucene 8.5.0 release (#54077) 2020-03-24 13:45:50 +00:00
sql-cli SQL: transfer version compatibility decision to the server (#53082) (#53302) 2020-03-09 21:16:57 +01:00
sql-client Clean up eclipse build (backport of #53831) (#53870) 2020-03-20 12:12:05 -04:00
sql-proto Upgrade jackson to 2.10.3 and GeoIP to 2.13.1 (#53642) 2020-03-17 10:28:51 -07:00
src SQL: drop BASE TABLE type in favour for just TABLE (#54836) (#54951) 2020-04-08 16:02:12 +02:00
build.gradle QL: Backport project to 7.x (#51497) 2020-01-27 22:03:58 +02:00