Вопрос

Sqlite seems to compare unicode strings by code point instead of using unicode equivalence. I need sqlite to use canonical unicode equivalence. Is there a way to do this?

I am using sqlite 3.7.13

Это было полезно?

Решение

You would have to define your own collating sequence, either by writing your own, or by using the ICU extension.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top