-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ICU Support #9
Comments
I see it is explicitly disabled here:
|
Hello @c-thiel, thank you for the request. The ICU API appears to be versioned such that creating a build for one version (7.2) will be incompatible with another (7.4). In order to add ICU support to all the builds, there is some additional work that needs to be done to postgresql_embedded to detect the type/version of a linux distribution so that the appropriate binary could be pulled from this repository. This repository would then need to be updated to support the main distributions/versions. I think this would be the least disruptive way to add ICU support for all users. I think this would be a useful feature to add but I cannot commit to if/when I will have the time to look into it. |
Thank you @brianheineman for trying - I appreciate the effort! |
@brianheineman I have one more (and believe last) feature I am missing: Support for ICU.
We are using case insensitive collations defined as:
Which currently raises:
Would it be possible to add ICU-support for the binaries?
The text was updated successfully, but these errors were encountered: