Add a collation that equates hira/katakana #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice to have a collation that equates these kana, among other things.
Consider also supporting half-width kana.
Consider equating certain symbols like
./。and,/、, as well as whitespace.https://sqlite.org/datatype3.html#collation
https://sqlite.org/c3ref/create_collation.html
Unfortunately, the collation does not affect the
LIKEoperator. That seems to be the same issue as in mugiten/jadb#93. In order to override LIKE, we might need to use a virtual table instead of a collation.