[Tarantool-patches] [PATCH v1 0/3] Follow ups for uuid introduction
imeevma at tarantool.org
imeevma at tarantool.org
Mon Jul 5 18:04:01 MSK 2021
After addition of UUID to SQL a few new problems appeared. This patch fixes such
problems.
https://github.com/tarantool/tarantool/issues/6164
https://github.com/tarantool/tarantool/tree/imeevma/gh-6164-uuid-follow-ups
Mergen Imeev (3):
sql: introduce uuid to quote()
sql: fix uuid behaviour in least() and greatest()
sql: allow to bind uuid values
src/box/bind.c | 3 ++
src/box/bind.h | 5 ++
src/box/lua/execute.c | 5 ++
src/box/sql/func.c | 24 +++++----
src/box/sql/mem.c | 4 +-
src/box/sql/sqlInt.h | 5 ++
src/box/sql/vdbeapi.c | 11 +++++
test/sql-tap/gh-6164-uuid-follow-ups.test.lua | 49 +++++++++++++++++++
8 files changed, 95 insertions(+), 11 deletions(-)
create mode 100755 test/sql-tap/gh-6164-uuid-follow-ups.test.lua
--
2.25.1
More information about the Tarantool-patches
mailing list