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

Konstantin Osipov kostja at tarantool.org
Mon Feb 25 19:16:26 MSK 2019


* Vladimir Davydov <vdavydov.dev at gmail.com> [19/02/25 15:11]:
> 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?

Please see my & PeterG discussion about naming in dev@

-- 
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov



More information about the Tarantool-patches mailing list