OpenSearch/sql/net-client
Costin Leau 76b429bfe2 Introduce SqlSettings for handling per-client configuration
To avoid leaking client information across the entire code-base, client
settings like TimeZone or pagination are stored in
SqlSession>SqlSettings which are available as a ThreadLocal (during
analysis) so that components that need them, can pick them up.

Since ES internally uses Joda, the date/time functionality relies on Joda,
whenever possible to match the behavior.

Original commit: elastic/x-pack-elasticsearch@20f41e2bb3
2017-07-20 19:28:04 +03:00
..
src Introduce SqlSettings for handling per-client configuration 2017-07-20 19:28:04 +03:00
build.gradle Move sql's server stuff into :x-pack-elasticsearch:sql:server 2017-06-29 14:31:23 -04:00