OpenSearch/x-pack/plugin/sql
Costin Leau 17c7f99343
SQL: Show/desc commands now support table ids (#33363)
Extend SHOW TABLES, DESCRIBE and SHOW COLUMNS to support table
identifiers not just SQL LIKE pattern.
This allows both Elasticsearch-style multi-index patterns and SQL LIKE.
To disambiguate between the two (as the " vs ' can be easy to miss),
the grammar now requires LIKE keyword as a prefix for all LIKE-like
patterns.

Also added some docs comparing the two types of patterns.

Fix #33294
2018-09-04 16:54:10 +03:00
..
jdbc SQL: test coverage for JdbcResultSet (#32813) 2018-08-31 16:12:01 +03:00
sql-action Consider multi release jars when running third party audit (#33206) 2018-08-29 09:53:04 +03:00
sql-cli Different handling for security specific errors in the CLI. Fix for https://github.com/elastic/elasticsearch/issues/33230 (#33255) 2018-08-31 13:08:32 +03:00
sql-client Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00
sql-proto Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00
src SQL: Show/desc commands now support table ids (#33363) 2018-09-04 16:54:10 +03:00
build.gradle Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00