[tarantool-patches] Re: [PATCH v2 0/7] sql: store regular identifiers in case-normal form

Kirill Yukhin kyukhin at tarantool.org
Wed Mar 27 17:06:18 MSK 2019


Hello,

On 27 Feb 14:13, Kirill Shcherbatov wrote:
> Perform SQL name normalization: cast name to the upper-case
> (via Unicode Character Folding). Casing is locale-dependent
> and context-sensitive. The result may be longer or shorter
> than the original. For example, ß is converted to SS.
> The result is similar to SQL UPPER function.
> 
> Performed extensive code refactoring to pass parser instance in
> routines that use sql_normalize_name function. This makes
> possible to raise an error in case of normalizing failure.
> 
> Changes in version 2:
> 	- Setup parser error externally
> 
> Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-3991-fix-names-normalization
> Issue: https://github.com/tarantool/tarantool/issues/3931

I've committed your patchset into master and 2.1 branches.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list