Skip to:
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>`
Build couchbase-lite-ios-3.1.0-301 contains couchbase-lite-core commit 3fca04f with commit message:: SQL++ to allow UNICODE with LOCALE parameter. (#1695)
Build couchbase-lite-net-3.1.0-157 contains couchbase-lite-core commit 3fca04f with commit message:: SQL++ to allow UNICODE with LOCALE parameter. (#1695)
Build couchbase-lite-log-3.1.0-196 contains couchbase-lite-core commit 3fca04f with commit message:: SQL++ to allow UNICODE with LOCALE parameter. (#1695)
Build couchbase-lite-cblite-3.1.0-187 contains couchbase-lite-core commit 3fca04f with commit message:: SQL++ to allow UNICODE with LOCALE parameter. (#1695)
Build couchbase-lite-c-3.1.0-229 contains couchbase-lite-core commit 3fca04f with commit message:: SQL++ to allow UNICODE with LOCALE parameter. (#1695)
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>`