[Tarantool-patches] [PATCH v1 0/2] Introduce field type ARRAY to SQL

imeevma at tarantool.org imeevma at tarantool.org
Wed Nov 3 11:17:48 MSK 2021


This patch introduces field type ARRAY to SQL. Also, it adds function ARRAY()
that is used to create values of type ARRAY.

https://github.com/tarantool/tarantool/issues/4762
https://github.com/tarantool/tarantool/tree/imeevma/gh-4762-introduce-array

Mergen Imeev (2):
  sql: introduce field type ARRAY
  sql: introduce ARRAY() function

 .../gh-4762-introduce-array-to-sql.md         |    4 +
 extra/mkkeywordhash.c                         |    1 +
 src/box/sql.c                                 |    2 +-
 src/box/sql/func.c                            |   42 +-
 src/box/sql/mem.c                             |  138 ++-
 src/box/sql/mem.h                             |   27 +-
 src/box/sql/parse.y                           |    3 +-
 src/box/sql/vdbe.c                            |    5 +-
 src/box/sql/vdbeapi.c                         |    4 +-
 test/sql-tap/array.test.lua                   | 1016 +++++++++++++++++
 10 files changed, 1173 insertions(+), 69 deletions(-)
 create mode 100644 changelogs/unreleased/gh-4762-introduce-array-to-sql.md
 create mode 100755 test/sql-tap/array.test.lua

-- 
2.25.1



More information about the Tarantool-patches mailing list