Aleksey Tulinov <aleksey.tulinov at ...> writes: . > > Unfortunately i'm not familiar with SQLite Expert, however > > > 2.6 Message : no such collation sequence:_RMNOCASE > > Collation provided by nunicode SQLite extension is called NU800_NOCASE > (or NU800 for case-sensitive collation), that name is need to be used if > you want nunicode to handle "COLLATE" expressions.
The OP wants a revision of your loadable extension with the collation name NU800_NOCASE renamed or also named RMNOCASE, to be used with a database created by a software that has a flawed collation so named. I would like to try it, too. Tom