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

Kirill Yukhin kyukhin at tarantool.org
Thu Apr 25 13:37:16 MSK 2019


Hello,

On 24 Apr 18:36, Kirill Shcherbatov wrote:
> Tarantool SQL used to return 'number' type in request metadata
> for arithmetic operations even when only 'integer's were used.
> 
> This also fixes query planner optimisation bug:
> SELECT a FROM t1 WHERE a+0 IN (SELECT a FROM t1);
> used to open a new ephemeral table with OpenTEphemeral when
> it is not required (introduced by 2b22b913).
> 
> Closes #4103
> ---
> Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-4103-invalid-type-in-operations
> Issue: https://github.com/tarantool/tarantool/issues/4103

I've checked your patch into master.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list