elasticsearch/docs/reference/sql
Costin Leau 95346926ef
SQL: Lock down JDBC driver (#35798)
Move classes under the same package to avoid internal classes being
 exposed to the outside. Remove public visibility outside 3 classes:
 EsDriver, EsDataSource and EsTypes.
The driver only has one package, namely org.elasticsearch.xpack.sql.jdbc
Use Es prefix for classes to ease name conflict and indicate their
 destination

Fix #35437
2018-11-28 12:48:26 +02:00
..
appendix [DOCS] Moves reserved keywords under SQL section (#34124) 2018-09-28 10:17:41 -07:00
endpoints SQL: Lock down JDBC driver (#35798) 2018-11-28 12:48:26 +02:00
functions SQL: Implement GREATEST and LEAST functions (#35879) 2018-11-26 18:21:36 +01:00
language SQL: Fix grammar for * in arithm expressions (#34176) 2018-10-02 11:47:42 +03:00
concepts.asciidoc Fix a variety of typos and misspelled words (#32792) 2018-10-03 18:11:38 +01:00
getting-started.asciidoc Deprecate X-Pack centric SQL endpoints (#35964) 2018-11-27 22:16:21 -05:00
index.asciidoc [DOCS] Fixed bad cross doc link. 2018-11-14 16:09:18 -08:00
overview.asciidoc Minor spelling and grammar fix (#32931) 2018-08-28 12:50:19 +02:00
security.asciidoc SQL: Support pattern against compatible indices (#34718) 2018-10-23 17:07:51 +03:00