You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"
, andCOLLATE "POSIX"
are now supported. Since thedefault 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
The text was updated successfully, but these errors were encountered: