Skip to content

feat: ICU Support #9

@c-thiel

Description

@c-thiel

@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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions