[tarantool-patches] [PATCH 0/3] Fix passing key with different from iterator's type
    Nikita Pettik 
    korablev at tarantool.org
       
    Fri May 24 20:39:38 MSK 2019
    
    
  
Branch: https://github.com/tarantool/tarantool/tree/np/fix-bool-fp-to-int
Issue: https://github.com/tarantool/tarantool/issues/4187
This patch-set fixes two bugs connected with passing to Tarantool
iterators values of different from covered by iterator fields types.
Nikita Pettik (3):
  sql: remove redundant check of space format from QP
  sql: remove redundant type derivation from QP
  sql: fix passing  FP values to integer iterator
 src/box/sql/vdbe.c      | 23 +++++++-----
 src/box/sql/wherecode.c | 96 +++++++++++++++++++++++++++++--------------------
 test/sql/types.result   | 70 ++++++++++++++++++++++++++++++++++++
 test/sql/types.test.lua | 21 +++++++++++
 4 files changed, 163 insertions(+), 47 deletions(-)
-- 
2.15.1
    
    
More information about the Tarantool-patches
mailing list