Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1 0/2] Introduce syntax for MAP values is SQL
@ 2021-11-18 14:08 Mergen Imeev via Tarantool-patches
  2021-11-18 14:08 ` [Tarantool-patches] [PATCH v1 1/2] sql: properly check bind variable names Mergen Imeev via Tarantool-patches
  2021-11-18 14:08 ` [Tarantool-patches] [PATCH v1 2/2] sql: introduce syntax for MAP values Mergen Imeev via Tarantool-patches
  0 siblings, 2 replies; 17+ messages in thread
From: Mergen Imeev via Tarantool-patches @ 2021-11-18 14:08 UTC (permalink / raw)
  To: v.shpilevoy; +Cc: tarantool-patches

This patch-set introduces a new syntax that can be used to create MAP values.

https://github.com/tarantool/tarantool/issues/4763
https://github.com/tarantool/tarantool/tree/imeevma/gh-4763-syntax-for-map

Mergen Imeev (2):
  sql: properly check bind variable names
  sql: introduce syntax for MAP values

 src/box/sql/expr.c          |  79 +++++++++++++++++++++
 src/box/sql/mem.c           |  39 ++++++++++
 src/box/sql/mem.h           |  16 +++++
 src/box/sql/parse.y         |  63 +++++++++++-----
 src/box/sql/sqlInt.h        |  10 +++
 src/box/sql/tokenize.c      |  45 ++++++------
 src/box/sql/vdbe.c          |  20 ++++++
 test/sql-tap/bind.test.lua  |  15 ++++
 test/sql-tap/map.test.lua   | 138 +++++++++++++++++++++++++++++++++++-
 test/sql-tap/misc1.test.lua |   4 +-
 test/sql/iproto.result      |   2 +-
 11 files changed, 389 insertions(+), 42 deletions(-)
 create mode 100755 test/sql-tap/bind.test.lua

-- 
2.25.1


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

end of thread, other threads:[~2021-12-13 21:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 14:08 [Tarantool-patches] [PATCH v1 0/2] Introduce syntax for MAP values is SQL Mergen Imeev via Tarantool-patches
2021-11-18 14:08 ` [Tarantool-patches] [PATCH v1 1/2] sql: properly check bind variable names Mergen Imeev via Tarantool-patches
2021-11-20  0:45   ` Vladislav Shpilevoy via Tarantool-patches
2021-11-25  8:33     ` Mergen Imeev via Tarantool-patches
2021-11-30 22:02       ` Vladislav Shpilevoy via Tarantool-patches
2021-12-02  8:32         ` Mergen Imeev via Tarantool-patches
2021-12-09  0:31           ` Vladislav Shpilevoy via Tarantool-patches
2021-12-13  7:34             ` Mergen Imeev via Tarantool-patches
2021-12-13 21:47               ` Vladislav Shpilevoy via Tarantool-patches
2021-11-18 14:08 ` [Tarantool-patches] [PATCH v1 2/2] sql: introduce syntax for MAP values Mergen Imeev via Tarantool-patches
2021-11-20  0:46   ` Vladislav Shpilevoy via Tarantool-patches
2021-11-25  8:55     ` Mergen Imeev via Tarantool-patches
2021-11-30 22:04       ` Vladislav Shpilevoy via Tarantool-patches
2021-12-02  8:38         ` Mergen Imeev via Tarantool-patches
2021-12-09  0:31           ` Vladislav Shpilevoy via Tarantool-patches
2021-12-13  7:42             ` Mergen Imeev via Tarantool-patches
2021-12-13 21:48               ` 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