Nik Everett
c53e1f4b1c
SQL: More tests and docs for permissions ( elastic/x-pack-elasticsearch#3679 )
...
Adds tests for what works and what doesn't when we're missing some of
SQL's required permissions.
Adds required permissions to the documentation of each SQL access
method.
relates elastic/x-pack-elasticsearch#3552
Original commit: elastic/x-pack-elasticsearch@971dabb3b4
2018-02-01 17:20:44 -05:00
Costin Leau
07658cc04f
SQL: replace JDBC transport meta columns with SQL call ( elastic/x-pack-elasticsearch#3740 )
...
Replace meta column endpoint with SYS COLUMNS command
Original commit: elastic/x-pack-elasticsearch@819874bc5b
2018-01-29 19:18:24 +02:00
Costin Leau
e929d16d76
SQL: Replace ListTable transport with SQL command ( elastic/x-pack-elasticsearch#3675 )
...
Introduce system commands as alternative to meta HTTP endpoints
Pass in cluster name
Use 'BASE TABLE' instead of 'INDEX' when describing a table to stick
with the SQL terminology
Original commit: elastic/x-pack-elasticsearch@600312b8f7
2018-01-27 11:54:19 +02:00
Igor Motov
12d4f10faa
SQL: Switch JDBC to REST protocol ( elastic/x-pack-elasticsearch#3543 )
...
Replaces binary serialization protocol in JDBC driver with the common REST protocol.
relates elastic/x-pack-elasticsearch#3419
Original commit: elastic/x-pack-elasticsearch@532c106658
2018-01-16 13:26:06 -05:00
Igor Motov
ce81a34467
SQL: Add jdbc mode to REST API ( elastic/x-pack-elasticsearch#3499 )
...
Adds a mode parameter to all SQL-related requests. The mode parameter is used for license checks as well as to define the response content. For now only two modes are supported plain (default) and jdbc. We will add other modes in the future as we add more clients.
Relates elastic/x-pack-elasticsearch#3419
Original commit: elastic/x-pack-elasticsearch@b49ca38d4b
2018-01-10 09:41:36 -05:00
Costin Leau
e114a86750
Update docs to reflect date changes
...
Original commit: elastic/x-pack-elasticsearch@3fdc53dbdb
2018-01-08 21:52:27 +02:00
Igor Motov
f575119a8d
SQL: Add list tables and columns methods to the REST API ( elastic/x-pack-elasticsearch#3464 )
...
Adds list tables and list columns methods to the REST API. These methods are needed by JDBC and possibly other clients.
Related elastic/x-pack-elasticsearch#3419
Original commit: elastic/x-pack-elasticsearch@eaa384c7c9
2018-01-03 16:40:50 -05:00
Nik Everett
52dd19dba7
SQL: Match naming conventions for asciidoc files ( elastic/x-pack-elasticsearch#3471 )
...
SQL's asciidoc files were all named `sql-the-thing.asciidoc` but our
standard is to name asciidoc files `the-thing.asciidoc` and keep them in
appropriate directories.
relates elastic/x-pack-elasticsearch#3182
Original commit: elastic/x-pack-elasticsearch@ab81763ffd
2018-01-03 15:06:36 -05:00