OpenSearch/sql
Igor Motov 773cdf0f9f SQL: Switch to the standard way of cursor serialization (elastic/x-pack-elasticsearch#3197)
While working on cursor cleanup, I realized that we still have two ways to serialize the cursor and the second way doesn't contain the cursor version (only client version, that can be potentially different from the cursor version). This commit switches to the unified way of serializing the cursor.

This is a follow up for elastic/x-pack-elasticsearch#3064.

Original commit: elastic/x-pack-elasticsearch@ef1a6427dd
2017-12-02 16:03:22 -05:00
..
cli SQL: Switch to the standard way of cursor serialization (elastic/x-pack-elasticsearch#3197) 2017-12-02 16:03:22 -05:00
cli-proto SQL: Switch to the standard way of cursor serialization (elastic/x-pack-elasticsearch#3197) 2017-12-02 16:03:22 -05:00
jdbc SQL: Switch to the standard way of cursor serialization (elastic/x-pack-elasticsearch#3197) 2017-12-02 16:03:22 -05:00
jdbc-proto SQL: Switch to the standard way of cursor serialization (elastic/x-pack-elasticsearch#3197) 2017-12-02 16:03:22 -05:00
server SQL: Switch to the standard way of cursor serialization (elastic/x-pack-elasticsearch#3197) 2017-12-02 16:03:22 -05:00
shared-client SQL: Improve grammar to better handle quotes (elastic/x-pack-elasticsearch#3051) 2017-11-29 15:42:04 +02:00
shared-proto SQL: Switch to the standard way of cursor serialization (elastic/x-pack-elasticsearch#3197) 2017-12-02 16:03:22 -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