From: Vladimir Davydov <vdavydov.dev@gmail.com>
To: Kirill Shcherbatov <kshcherbatov@tarantool.org>
Cc: tarantool-patches@freelists.org
Subject: Re: [tarantool-patches] Re: [PATCH v1 1/1] lib: introduce a new JSON_TOKEN_ANY json token
Date: Fri, 1 Mar 2019 19:06:15 +0300 [thread overview]
Message-ID: <20190301160615.eg6bjt5q3rubiftx@esperanza> (raw)
In-Reply-To: <ab51310a-8429-cbb2-860c-1faa71cda99c@tarantool.org>
On Fri, Mar 01, 2019 at 04:50:02PM +0300, Kirill Shcherbatov wrote:
> Introduced a new JSON_TOKEN_ANY json token that makes possible to
> perform anonymous lookup in marked tree nodes. This feature is
> required to implement multikey indexes.
> Since the token entered into the parser becomes available to user,
> additional server-side check is introduced so that an error
> occurs when trying to create a multikey index.
>
> Needed for #1257
> ---
> src/box/tuple_format.c | 5 +++
> src/lib/json/json.c | 16 ++++++++--
> src/lib/json/json.h | 36 +++++++++++++++++++---
> test/engine/json.result | 13 ++++++++
> test/engine/json.test.lua | 7 +++++
> test/unit/json.c | 65 +++++++++++++++++++++++++++++++++++----
> test/unit/json.result | 16 +++++++---
> 7 files changed, 141 insertions(+), 17 deletions(-)
Pushed to 2.1.
prev parent reply other threads:[~2019-03-01 16:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-19 10:31 Kirill Shcherbatov
2019-02-26 16:58 ` Vladimir Davydov
2019-02-27 14:07 ` [tarantool-patches] " Kirill Shcherbatov
2019-02-28 17:10 ` Vladimir Davydov
2019-03-01 13:50 ` Kirill Shcherbatov
2019-03-01 16:06 ` Vladimir Davydov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190301160615.eg6bjt5q3rubiftx@esperanza \
--to=vdavydov.dev@gmail.com \
--cc=kshcherbatov@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='Re: [tarantool-patches] Re: [PATCH v1 1/1] lib: introduce a new JSON_TOKEN_ANY json token' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox