From: Mergen Imeev via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: kyukhin@tarantool.org
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v1 0/3] Introduce syntax for ARRAY values
Date: Tue, 30 Nov 2021 11:43:21 +0300 [thread overview]
Message-ID: <cover.1638261621.git.imeevma@gmail.com> (raw)
This patch-set introduces a new syntax that can be used to create ARRAY values
in SQL.
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 | 28 ++++++-----
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 | 47 ++++++++++++++++++-
test/sql-tap/colname.test.lua | 4 +-
11 files changed, 144 insertions(+), 36 deletions(-)
--
2.25.1
next reply other threads:[~2021-11-30 8:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-30 8:43 Mergen Imeev via Tarantool-patches [this message]
2021-11-30 8:43 ` [Tarantool-patches] [PATCH v1 1/3] sql: change mpstream_encode_vdbe_mem() signature Mergen Imeev via Tarantool-patches
2021-11-30 8:43 ` [Tarantool-patches] [PATCH v1 2/3] sql: refactor sql_vdbe_mem_encode_tuple() Mergen Imeev via Tarantool-patches
2021-11-30 8:43 ` [Tarantool-patches] [PATCH v1 3/3] sql: introduce syntax for ARRAY values Mergen Imeev via Tarantool-patches
2021-12-01 9:35 ` [Tarantool-patches] [PATCH v1 0/3] Introduce " Kirill Yukhin via Tarantool-patches
-- strict thread matches above, loose matches on Subject: below --
2021-11-17 14:40 Mergen Imeev via Tarantool-patches
2021-11-29 23:06 ` 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.1638261621.git.imeevma@gmail.com \
--to=tarantool-patches@dev.tarantool.org \
--cc=imeevma@tarantool.org \
--cc=kyukhin@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