[tarantool-patches] Re: [PATCH] sql: LIKE/LENGTH process '\0'

Kirill Yukhin kyukhin at tarantool.org
Mon Mar 4 18:30:15 MSK 2019


Hello,

On 29 Jan 12:56, Ivan Koptelov wrote:
> Fixes LIKE and LENGTH functions. '\0' now treated as
> a usual symbol. Strings with '\0' are now processed
> entirely. Consider examples:
> 
> LENGTH(CHAR(65,00,65)) == 3
> LIKE(CHAR(65,00,65), CHAR(65,00,66)) == False
> 
> Closes #3542
> ---
> Branch: [1]https://github.com/tarantool/tarantool/tree/sudobobo/gh-3542-LIKE/LEN-null-term
> Issue: [2]https://github.com/tarantool/tarantool/issues/3542

I've checked in final patch and clean-up by Nikita into 2.1 branch.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list