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/3] Introduce syntax for ARRAY values
Date: Wed, 17 Nov 2021 17:40:53 +0300 [thread overview]
Message-ID: <cover.1637159909.git.imeevma@gmail.com> (raw)
This patch-set introduces a new syntax that can be used to create ARRAY values.
https://github.com/tarantool/tarantool/issues/4762
https://github.com/tarantool/tarantool/tree/imeevma/gh-4762-syntax-for-array
Mergen Imeev (3):
sql: change mpstream_encode_vdbe_mem() signature
sql: refactor sql_vdbe_mem_encode_tuple()
sql: introduce syntax for ARRAY values
.../gh-4762-introduce-array-to-sql.md | 3 +-
src/box/sql.c | 2 +-
src/box/sql/expr.c | 20 +++++++++++++
src/box/sql/mem.c | 26 ++++++++---------
src/box/sql/mem.h | 23 +++++++--------
src/box/sql/parse.y | 14 ++++++++++
src/box/sql/tokenize.c | 10 ++++++-
src/box/sql/vdbe.c | 25 +++++++++++++++--
src/box/sql/vdbeapi.c | 4 +--
test/sql-tap/array.test.lua | 28 ++++++++++++++++++-
test/sql-tap/colname.test.lua | 4 +--
11 files changed, 123 insertions(+), 36 deletions(-)
--
2.25.1
next reply other threads:[~2021-11-17 14:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-17 14:40 Mergen Imeev via Tarantool-patches [this message]
2021-11-17 14:41 ` [Tarantool-patches] [PATCH v1 1/3] sql: change mpstream_encode_vdbe_mem() signature Mergen Imeev via Tarantool-patches
2021-11-17 14:41 ` [Tarantool-patches] [PATCH v1 2/3] sql: refactor sql_vdbe_mem_encode_tuple() Mergen Imeev via Tarantool-patches
2021-11-19 23:35 ` Vladislav Shpilevoy via Tarantool-patches
2021-11-24 7:24 ` Mergen Imeev via Tarantool-patches
2021-11-17 14:41 ` [Tarantool-patches] [PATCH v1 3/3] sql: introduce syntax for ARRAY values Mergen Imeev via Tarantool-patches
2021-11-19 23:36 ` Vladislav Shpilevoy via Tarantool-patches
2021-11-24 7:29 ` Mergen Imeev via Tarantool-patches
2021-11-29 23:06 ` [Tarantool-patches] [PATCH v1 0/3] Introduce " Vladislav Shpilevoy via Tarantool-patches
2021-11-30 8:43 Mergen Imeev via Tarantool-patches
2021-12-01 9:35 ` Kirill Yukhin 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.1637159909.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/3] Introduce syntax for ARRAY values' \
/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