Extended Collation Support
Open
reproduced
- Dominant language
- C++
- Stars
- 41.2k
- Forks
- 3.8k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 467
Description
There are still a few places where collations have to be properly handled where they are currently not considered:
* DISTINCT aggregates
* LIKE/REGEX queries (this is not really possible for arbitrary collations, but possible for NOCASE).
* Support for collations in indexes
* GREATEST/LEAST functions
Contributor guide
Assessment
This issue has not been assessed yet.