-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
@brianheineman I have one more (and believe last) feature I am missing: Support for ICU.
We are using case insensitive collations defined as:
CREATE COLLATION case_insensitive (
provider = icu,
locale = 'und-u-ks-level2',
deterministic = false
)Which currently raises:
Error: DriverError(IoError(error returned from database: ICU is not supported in this build
Caused by:
ICU is not supported in this build
Would it be possible to add ICU-support for the binaries?
jayvdb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request