Skip to content
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

PR #97415 - collatedstring: support default, C, and POSIX in expressions #16334

Open
cockroach-teamcity opened this issue Feb 23, 2023 · 0 comments

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 23, 2023

Exalate commented:

Related PR: cockroachdb/cockroach#97415
Commit: cockroachdb/cockroach@8c1e1be
Fixes: cockroachdb/cockroach#50734 cockroachdb/cockroach#95667
Informs: cockroachdb/cockroach#57255


Release note (sql change): Expressions of the form COLLATE "default",
COLLATE "C", and COLLATE "POSIX" are now supported. Since the
default collation cannot be changed currently, these expressions are all
equivalent. The expressions are evaluated by treating the input as a
normal string, and ignoring the collation.

This means that comparisons between strings and collated strings that
use "default", "C", or "POSIX" are now supported.

Creating a column with the "C" or "POSIX" collations is still not
supported.

Jira Issue: DOC-7012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant