Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1 0/2] Introduce field type ARRAY to SQL
@ 2021-11-03  8:17 Mergen Imeev via Tarantool-patches
  2021-11-03  8:17 ` [Tarantool-patches] [PATCH v1 1/2] sql: introduce field type ARRAY Mergen Imeev via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Mergen Imeev via Tarantool-patches @ 2021-11-03  8:17 UTC (permalink / raw)
  To: v.shpilevoy; +Cc: tarantool-patches

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-11-18 21:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03  8:17 [Tarantool-patches] [PATCH v1 0/2] Introduce field type ARRAY to SQL Mergen Imeev via Tarantool-patches
2021-11-03  8:17 ` [Tarantool-patches] [PATCH v1 1/2] sql: introduce field type ARRAY Mergen Imeev via Tarantool-patches
2021-11-03 12:09   ` Mergen Imeev via Tarantool-patches
2021-11-03 13:53   ` Konstantin Osipov via Tarantool-patches
2021-11-03 14:27     ` Mergen Imeev via Tarantool-patches
2021-11-03 14:33       ` Konstantin Osipov via Tarantool-patches
2021-11-14 16:12   ` Vladislav Shpilevoy via Tarantool-patches
2021-11-15 16:38     ` Mergen Imeev via Tarantool-patches
2021-11-03  8:17 ` [Tarantool-patches] [PATCH v1 2/2] sql: introduce ARRAY() function Mergen Imeev via Tarantool-patches
2021-11-03 12:11   ` Mergen Imeev via Tarantool-patches
2021-11-14 16:12   ` Vladislav Shpilevoy via Tarantool-patches
2021-11-15 16:40     ` Mergen Imeev via Tarantool-patches
2021-11-18 21:19 ` [Tarantool-patches] [PATCH v1 0/2] Introduce field type ARRAY to SQL Vladislav Shpilevoy via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox