SQL++ : COLLATE does not have a way to specify locale for UNICODE
Description
is a backport of
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created February 2, 2023 at 10:48 PM
Updated August 31, 2024 at 10:54 AM
Resolved May 17, 2023 at 11:12 AM
Currently when using QueryBuilder, we allow to specify locale for UNICODE collation BUT we don't have a way to do that when using SQL++.
QueryBuilder Sample:
There is no standard syntax for this as well. We probably need to come up with one such as
`COLLATE UNICODE_<LOCALE>`