OpenSearch/sql/jdbc-proto
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
..
licenses Huge protocol refactor 2017-07-12 17:32:13 -04:00
src Introduce SqlSettings for handling per-client configuration 2017-07-20 19:28:04 +03:00
build.gradle Huge protocol refactor 2017-07-12 17:32:13 -04:00