From: Mergen Imeev via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: v.shpilevoy@tarantool.org
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v1 0/2] Introduce syntax for MAP values is SQL
Date: Thu, 18 Nov 2021 17:08:42 +0300 [thread overview]
Message-ID: <cover.1637244389.git.imeevma@gmail.com> (raw)
This patch-set introduces a new syntax that can be used to create MAP values.
https://github.com/tarantool/tarantool/issues/4763
https://github.com/tarantool/tarantool/tree/imeevma/gh-4763-syntax-for-map
Mergen Imeev (2):
sql: properly check bind variable names
sql: introduce syntax for MAP values
src/box/sql/expr.c | 79 +++++++++++++++++++++
src/box/sql/mem.c | 39 ++++++++++
src/box/sql/mem.h | 16 +++++
src/box/sql/parse.y | 63 +++++++++++-----
src/box/sql/sqlInt.h | 10 +++
src/box/sql/tokenize.c | 45 ++++++------
src/box/sql/vdbe.c | 20 ++++++
test/sql-tap/bind.test.lua | 15 ++++
test/sql-tap/map.test.lua | 138 +++++++++++++++++++++++++++++++++++-
test/sql-tap/misc1.test.lua | 4 +-
test/sql/iproto.result | 2 +-
11 files changed, 389 insertions(+), 42 deletions(-)
create mode 100755 test/sql-tap/bind.test.lua
--
2.25.1
next reply other threads:[~2021-11-18 14:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-18 14:08 Mergen Imeev via Tarantool-patches [this message]
2021-11-18 14:08 ` [Tarantool-patches] [PATCH v1 1/2] sql: properly check bind variable names Mergen Imeev via Tarantool-patches
2021-11-20 0:45 ` Vladislav Shpilevoy via Tarantool-patches
2021-11-25 8:33 ` Mergen Imeev via Tarantool-patches
2021-11-30 22:02 ` Vladislav Shpilevoy via Tarantool-patches
2021-12-02 8:32 ` Mergen Imeev via Tarantool-patches
2021-12-09 0:31 ` Vladislav Shpilevoy via Tarantool-patches
2021-12-13 7:34 ` Mergen Imeev via Tarantool-patches
2021-12-13 21:47 ` Vladislav Shpilevoy via Tarantool-patches
2021-11-18 14:08 ` [Tarantool-patches] [PATCH v1 2/2] sql: introduce syntax for MAP values Mergen Imeev via Tarantool-patches
2021-11-20 0:46 ` Vladislav Shpilevoy via Tarantool-patches
2021-11-25 8:55 ` Mergen Imeev via Tarantool-patches
2021-11-30 22:04 ` Vladislav Shpilevoy via Tarantool-patches
2021-12-02 8:38 ` Mergen Imeev via Tarantool-patches
2021-12-09 0:31 ` Vladislav Shpilevoy via Tarantool-patches
2021-12-13 7:42 ` Mergen Imeev via Tarantool-patches
2021-12-13 21:48 ` Vladislav Shpilevoy via Tarantool-patches
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=cover.1637244389.git.imeevma@gmail.com \
--to=tarantool-patches@dev.tarantool.org \
--cc=imeevma@tarantool.org \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v1 0/2] Introduce syntax for MAP values is SQL' \
/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