[tarantool-patches] [PATCH] Feature request for a new collation

Vladimir Davydov vdavydov.dev at gmail.com
Mon Feb 25 15:07:21 MSK 2019


On Fri, Feb 22, 2019 at 02:49:39PM +0300, Stanislav Zudin wrote:
> +local function create_default_collation_s2()
> +    log.info("create predefined collation")
> +    box.space._collation:replace{3, "unicode_s2", ADMIN, "ICU", "ru_RU", {strength='secondary'}}
> +end

Also, the new collation name doesn't refer to any particular locale
(unicode_s2), in which regard it's similar to the existing collations
(unicode and unicode_ci). However, in contrast to the latter, it has
ru_RU locale set. Is it OK?



More information about the Tarantool-patches mailing list