Hello everybody,
I’ve migrated a webapp from Mysql to CockroachDB and the migration was fairly painless but I’m stuck on one issue:
With Mysql I used the utf8_unicode_ci collation, where is the option to specify case-insensitive collation on Cockroach?
It’s a huge effort to rewrite my code to always use ‘ILIKE’ and I would rather avoid that.
Cheers,
Joe