[tarantool-patches] Re: [PATCH v1 1/1] sql: invalid integer type in arithmetic operations

n.pettik korablev at tarantool.org
Wed Apr 24 22:43:42 MSK 2019


> diff --git a/test/sql/types.result b/test/sql/types.result
> index de17bbb78..d55addab3 100644
> --- a/test/sql/types.result
> +++ b/test/sql/types.result
> @@ -860,3 +860,30 @@ box.space.T:drop()
> box.space.T1:drop()
> ---
> ...
> +--
> +-- gh-4103: Invalid sum type

-> if resulting value of arithmetic operations is integers,
then make sure its type also integer (not number).

The rest is OK.




More information about the Tarantool-patches mailing list