[Tarantool-patches] [PATCH v1 0/2] sql: fix description of type mismatch error

imeevma at tarantool.org imeevma at tarantool.org
Thu Jun 24 13:30:30 MSK 2021


After this patch-set value always will be printed in description of type
mismatch error. Currently, in some cases type of value is printed instead of
value.

https://github.com/tarantool/tarantool/issues/4356
https://github.com/tarantool/tarantool/tree/imeevma/gh-4356-show-varbinary-value

Mergen Imeev (2):
  sql: show varbinary in type mismatch error
  sql: always show value in type mismatch error

 src/box/sql/mem.c                             |  16 +-
 src/box/sql/vdbe.c                            |  15 +-
 test/sql-tap/cast.test.lua                    |   4 +-
 test/sql-tap/func.test.lua                    |   8 +-
 .../gh-5913-segfault-on-select-uuid.test.lua  |   4 +-
 test/sql-tap/sql-errors.test.lua              |  69 ++-
 test/sql-tap/tkt-80e031a00f.test.lua          |   4 +-
 test/sql-tap/uuid.test.lua                    |  28 +-
 test/sql/boolean.result                       | 452 +++++++++---------
 test/sql/types.result                         |  38 +-
 10 files changed, 347 insertions(+), 291 deletions(-)

-- 
2.25.1



More information about the Tarantool-patches mailing list