OpenSearch/sql
Nik Everett fcdf36c379 Fix missing columns to be a 400 error (elastic/x-pack-elasticsearch#2123)
1. We talked about doing 422 but that doesn't work because the netty plugin
maps 422 -> 400 and I didn't think it was worth changing that right now.
2. Missing columns in the `WHERE` clause still cause a 500 response because
we don't resolve the `SELECT` part if there is an error in the `WHERE`
clause.

Original commit: elastic/x-pack-elasticsearch@355d8292e5
2017-07-31 09:44:57 -04:00
..
cli Sql should run in ci (elastic/x-pack-elasticsearch#2080) 2017-07-25 14:59:50 -04:00
cli-proto Huge protocol refactor 2017-07-12 17:32:13 -04:00
jdbc Remove leftover in build (elastic/x-pack-elasticsearch#2099) 2017-07-27 10:01:09 -04:00
jdbc-proto Introduce SqlSettings for handling per-client configuration 2017-07-20 19:28:04 +03:00
net-client Introduce SqlSettings for handling per-client configuration 2017-07-20 19:28:04 +03:00
server Fix missing columns to be a 400 error (elastic/x-pack-elasticsearch#2123) 2017-07-31 09:44:57 -04:00
shared-proto Huge protocol refactor 2017-07-12 17:32:13 -04:00
test-utils Huge protocol refactor 2017-07-12 17:32:13 -04:00
build.gradle Huge protocol refactor 2017-07-12 17:32:13 -04:00