PureSQL icon indicating copy to clipboard operation
PureSQL copied to clipboard

Support custom collations

Open occash opened this issue 2 months ago • 0 comments

GRDB provides a way to define custom collations in Swift code that can then be used in SQL queries. It also includes several predefined collations that aren’t supported by raw SQLite.

Would be great to have similar API. I’m particularly interested in adding support for localizedCaseInsensitiveCompare, which enables Unicode case-insensitive text comparisons.

occash avatar Nov 03 '25 04:11 occash