[Tarantool-patches] [PATCH 3/3] sql: make type string case lower everywhere

Nikita Pettik korablev at tarantool.org
Mon Oct 28 17:23:59 MSK 2019


On 27 Oct 22:35, Vladislav Shpilevoy wrote:
> Type was displayed in error messages, was returned in
> meta headers, and a type string is a result of
> typeof() SQL function.
> 
> Typeof() always returns lower case type string; meta
> contained upper case type; error messages contained
> both.
> 
> It was necessary to choose one case for everything,
> and the lower one was chosen. It allows not to break
> typeof() function which actually might be used by
> someone.
> 
> Part of #4462

CI status is negative: sql/bind.test.lua fails. Please, update result file.
The rest is OK as trivial. I want Kirill to look at this change and give
explicit ack for this change. In the latter case, it can be pushed out of order.



More information about the Tarantool-patches mailing list