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 v2 0/2] Define field types in ephemeral spaces
Date: Tue, 17 Aug 2021 14:54:59 +0300 [thread overview]
Message-ID: <cover.1629201235.git.imeevma@gmail.com> (raw)
This patch-set defines field types in ephemeral spaces in SQL. This is
needed for proper SCALAR/NUMBER types determinations after values were
put through ephemeral space.
https://github.com/tarantool/tarantool/issues/6213
https://github.com/tarantool/tarantool/tree/imeevma/gh-6213-field-types-in-ephemeral-spaces
Changes in v2:
- Renamed some functions.
- Removed unnecessary fields in struct sql_key_info.
- Removed some unnecessary code.
Mergen Imeev (2):
sql: rename some sql_ephemeral_space_* functions
sql: define ephemeral space fields
src/box/sql.c | 224 ++++++++++++--------
src/box/sql.h | 4 +-
src/box/sql/build.c | 4 +-
src/box/sql/delete.c | 35 ++--
src/box/sql/expr.c | 19 +-
src/box/sql/insert.c | 57 ++++--
src/box/sql/select.c | 408 ++++++++++++++++++++++++++++---------
src/box/sql/sqlInt.h | 66 +++++-
src/box/sql/tarantoolInt.h | 15 --
src/box/sql/update.c | 15 +-
src/box/sql/vdbe.c | 17 +-
src/box/sql/vdbe.h | 13 +-
src/box/sql/vdbeaux.c | 12 --
src/box/sql/where.c | 10 +-
src/box/sql/wherecode.c | 14 +-
15 files changed, 608 insertions(+), 305 deletions(-)
--
2.25.1
next reply other threads:[~2021-08-17 11:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-17 11:54 Mergen Imeev via Tarantool-patches [this message]
2021-08-17 11:55 ` [Tarantool-patches] [PATCH v2 1/2] sql: rename some sql_ephemeral_space_* functions Mergen Imeev via Tarantool-patches
2021-08-17 11:55 ` [Tarantool-patches] [PATCH v2 2/2] sql: define ephemeral space fields Mergen Imeev via Tarantool-patches
2021-08-18 10:31 ` Vitaliia Ioffe via Tarantool-patches
2021-08-17 12:29 ` [Tarantool-patches] [PATCH v2 0/2] Define field types in ephemeral spaces Vladimir Davydov via Tarantool-patches
2021-08-18 12:18 ` Kirill Yukhin via Tarantool-patches
-- strict thread matches above, loose matches on Subject: below --
2021-08-17 10:43 Mergen Imeev 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.1629201235.git.imeevma@gmail.com \
--to=tarantool-patches@dev.tarantool.org \
--cc=imeevma@tarantool.org \
--cc=kyukhin@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v2 0/2] Define field types in ephemeral spaces' \
/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