Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/3] Concatenation operator type fixes
@ 2019-02-19  8:28 Nikita Pettik
  2019-02-19  8:28 ` [tarantool-patches] [PATCH 1/3] sql: fix value of mask to map VDBE memory type Nikita Pettik
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Nikita Pettik @ 2019-02-19  8:28 UTC (permalink / raw)
  To: tarantool-patches; +Cc: v.shpilevoy, Nikita Pettik

This patch makes concatenation operator follow ANSI rules.
For now, only operands of string-like types (TEXT or BLOB) are
accepted. What is more, fixed resulting type of concatenation:
if both operands are of BLOB type, then the resulting value is of
BLOB value too.

Branch: https://github.com/tarantool/tarantool/tree/np/gh-3544-fix-randomblob-type
Issue: https://github.com/tarantool/tarantool/issues/3544

Nikita Pettik (3):
  sql: fix value of mask to map VDBE memory type
  sql: allow only string-like arguments for concatenation
  sql: fix resulting type for concatenation operator

 src/box/errcode.h               |  1 +
 src/box/sql/vdbe.c              | 59 ++++++++++++++++++++++++++++++++++++++---
 src/box/sql/vdbeInt.h           |  9 +++++++
 src/box/sql/vdbeapi.c           |  2 +-
 test/box/misc.result            |  1 +
 test/sql-tap/autoinc.test.lua   | 12 ++++-----
 test/sql-tap/e_select1.test.lua |  4 +--
 test/sql-tap/func.test.lua      |  4 +--
 test/sql-tap/sort.test.lua      |  6 ++---
 test/sql-tap/tkt2192.test.lua   |  4 +--
 test/sql-tap/trigger5.test.lua  |  4 +--
 test/sql/types.result           | 42 +++++++++++++++++++++++++++++
 test/sql/types.test.lua         | 16 +++++++++++
 13 files changed, 143 insertions(+), 21 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2019-02-25 11:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19  8:28 [tarantool-patches] [PATCH 0/3] Concatenation operator type fixes Nikita Pettik
2019-02-19  8:28 ` [tarantool-patches] [PATCH 1/3] sql: fix value of mask to map VDBE memory type Nikita Pettik
2019-02-19  8:28 ` [tarantool-patches] [PATCH 2/3] sql: allow only string-like arguments for concatenation Nikita Pettik
2019-02-19  8:28 ` [tarantool-patches] [PATCH 3/3] sql: fix resulting type for concatenation operator Nikita Pettik
2019-02-22 15:54 ` [tarantool-patches] Re: [PATCH 0/3] Concatenation operator type fixes Vladislav Shpilevoy
2019-02-25 11:42 ` Kirill Yukhin

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