OpenSearch/sql
Nik Everett f97f56ba54 SQL: Throw exceptions on errors (elastic/x-pack-elasticsearch#3066)
Instead of returning "error response" objects and then translating them
into SQL exceptions this just throws the SQL exceptions directly. This
means the CLI catches exceptions and prints out the messages which isn't
ideal if this were hot code but it isn't and this is a much simpler way
of doing things.

Original commit: elastic/x-pack-elasticsearch@08431d3941
2017-11-22 11:22:31 -05:00
..
cli SQL: Throw exceptions on errors (elastic/x-pack-elasticsearch#3066) 2017-11-22 11:22:31 -05:00
cli-proto SQL: Throw exceptions on errors (elastic/x-pack-elasticsearch#3066) 2017-11-22 11:22:31 -05:00
jdbc SQL: Throw exceptions on errors (elastic/x-pack-elasticsearch#3066) 2017-11-22 11:22:31 -05:00
jdbc-proto SQL: Throw exceptions on errors (elastic/x-pack-elasticsearch#3066) 2017-11-22 11:22:31 -05:00
server SQL: Throw exceptions on errors (elastic/x-pack-elasticsearch#3066) 2017-11-22 11:22:31 -05:00
shared-client SQL: Throw exceptions on errors (elastic/x-pack-elasticsearch#3066) 2017-11-22 11:22:31 -05:00
shared-proto SQL: Throw exceptions on errors (elastic/x-pack-elasticsearch#3066) 2017-11-22 11:22:31 -05:00
test-utils Teach SQL to parse Elasticsearch's standard error responses (elastic/x-pack-elasticsearch#2764) 2017-11-14 21:31:35 -05:00
build.gradle SQL: Move all SQL projects into org.elasticsearch.sql package (elastic/x-pack-elasticsearch#3069) 2017-11-21 10:53:40 +01:00