[tarantool-patches] Re: [PATCH 0/2] SQL types fixes

Kirill Yukhin kyukhin at tarantool.org
Wed Apr 3 10:58:46 MSK 2019


Hello,

On 11 Mar 21:10, Nikita Pettik wrote:
> Branch: https://github.com/tarantool/tarantool/tree/np/sql-types-fixes
> No related issue
> 
> First patch fixes names send as column meta-information. After
> BLOB type was substituted with SCALAR, it can be confusing saying
> that column has type BLOB. Moreover, other string represantations
> have been replaced with exact names of NoSQL types (i.e. STRING,
> NUMER etc).
> 
> Second patch fixes wrong type calculation for returning value for
> function: it takes place during name resolution, and its second
> promotion during byte-code generation is redundant (and in some
> cases is wrong).
> 
> Nikita Pettik (2):
>   sql: make type in column-meta be consistent with NoSQL names
>   sql: don't change type of function's retval after codegen

I've checked the patchset into master and 2.1 branch.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list