[Tarantool-patches] [PATCH v1 0/2] Introduce field type MAP to SQL
imeevma at tarantool.org
imeevma at tarantool.org
Thu Nov 11 14:37:39 MSK 2021
This patch introduces field type MAP to SQL. Also, it adds function MAP() that
is used to create values of type ARRAY.
https://github.com/tarantool/tarantool/issues/4763
https://github.com/tarantool/tarantool/tree/imeevma/gh-4763-introduce-map
Mergen Imeev (2):
sql: introduce field type MAP
sql: introduce MAP() function
.../gh-4763-introduce-map-to-sql.md | 4 +
extra/mkkeywordhash.c | 1 +
src/box/sql/func.c | 30 +-
src/box/sql/mem.c | 76 +-
src/box/sql/mem.h | 21 +
src/box/sql/parse.y | 3 +-
test/box/function1.result | 5 -
test/box/function1.test.lua | 1 -
test/sql-tap/map.test.lua | 1106 +++++++++++++++++
9 files changed, 1233 insertions(+), 14 deletions(-)
create mode 100644 changelogs/unreleased/gh-4763-introduce-map-to-sql.md
create mode 100755 test/sql-tap/map.test.lua
--
2.25.1
More information about the Tarantool-patches
mailing list