[Tarantool-patches] [PATCH v1 1/2] sql: fix comparison in IN with list of values

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sun May 3 20:17:48 MSK 2020


Hi! Thanks for the patch!

> diff --git a/test/sql-tap/gh-4692-comparison-in-IN-operator.test.lua b/test/sql-tap/gh-4692-comparison-in-IN-operator.test.lua
> index a03b688..5e69805 100755
> --- a/test/sql-tap/gh-4692-comparison-in-IN-operator.test.lua
> +++ b/test/sql-tap/gh-4692-comparison-in-IN-operator.test.lua
> @@ -3,9 +3,8 @@ test = require("sqltester")
>  test:plan(11)
>  
>  --
> --- If left value of IN and NOT IN operators is not a vector with
> --- length more that one, make sure that it cannot be compared to
> --- right values in case they are not comparable.
> +-- Make sure that the left value of IN and NOT IN operators cannot
> +-- be compared to the right value in case they are not comparable.
>  --

You change it in the second commit. But in the first commit it is still
'that' instead of 'than'.


More information about the Tarantool-patches mailing list