OpenSearch/plugin/sql
Nik Everett f0be979541 SQL: Mimick Elasticsearch defaults for sql action (elastic/x-pack-elasticsearch#4398)
The SQL action supports several text outputs and used to default to an
output that looked like the SQL CLI. It is a lovely output format but
this changes output selection behavior to mimick Elasticsearch's
standard behavior: it'll now default to the same format as the request.

That means that if you want the pretty text format then you need to ask
for it. The way to do that is:

```
POST /_xpack/sql?format=text/plain
{
    "query": "SELECT * FROM library ORDER BY page_count DESC LIMIT 5"
}
```

Original commit: elastic/x-pack-elasticsearch@4a15a23b18
2018-04-19 15:40:19 -04:00
..
jdbc Move sql-proto and jdbc to java.util.TimeZone (elastic/x-pack-elasticsearch#4350) 2018-04-19 11:27:33 -06:00
licenses More license file corrections 2018-01-18 16:34:25 -08:00
sql-cli SQL: Ban PrintWriter#println in CLI (elastic/x-pack-elasticsearch#4118) 2018-03-14 16:15:32 -04:00
sql-proto Move sql-proto and jdbc to java.util.TimeZone (elastic/x-pack-elasticsearch#4350) 2018-04-19 11:27:33 -06:00
sql-shared-client Move sql-proto and jdbc to java.util.TimeZone (elastic/x-pack-elasticsearch#4350) 2018-04-19 11:27:33 -06:00
src SQL: Mimick Elasticsearch defaults for sql action (elastic/x-pack-elasticsearch#4398) 2018-04-19 15:40:19 -04:00
build.gradle SQL: Re-enable matrix aggregations (elastic/x-pack-elasticsearch#3977) 2018-03-04 01:53:56 +02:00