Add a collation that equates hira/katakana #6

Open
opened 2026-05-07 08:10:51 +02:00 by oysteikt · 1 comment
Owner

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

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
oysteikt added the feature request label 2026-05-07 08:10:51 +02:00
oysteikt added this to the Kanban project 2026-05-07 08:10:51 +02:00
Author
Owner

Unfortunately, the collation does not affect the LIKE operator. 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.

Unfortunately, the collation does not affect the `LIKE` operator. That seems to be the same issue as in https://git.pvv.ntnu.no/mugiten/jadb/issues/93. In order to override LIKE, we might need to use a virtual table instead of a collation.
Sign in to join this conversation.