[tarantool-patches] [PATCH v2 0/2] sql: add ARRAY, MAP and ANY types to mem_apply_type()

imeevma at tarantool.org imeevma at tarantool.org
Wed Jul 24 11:11:59 MSK 2019


This patch-set allows you to use the UPDATE statement to modify
rows in space created in Lua. Previously, this was not possible if
the space had MAP, ARRAY or ANY fields in its format.

https://github.com/tarantool/tarantool/issues/4189
https://github.com/tarantool/tarantool/tree/imeevma/gh-4189-field-type-conversion-error

Mergen Imeev (2):
  sql: add ARRAY, MAP and ANY types to mem_apply_type()
  sql: fix error in case ARRAY/MAP converted to SCALAR

 src/box/sql/vdbe.c      |  48 +++++++++++++++++++++--
 test/sql/types.result   | 102 ++++++++++++++++++++++++++++++++++++++++++++++++
 test/sql/types.test.lua |  37 ++++++++++++++++++
 3 files changed, 184 insertions(+), 3 deletions(-)

-- 
2.7.4





More information about the Tarantool-patches mailing list