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-net-3.0.12-2 contains couchbase-lite-core commit f554815 with commit message:: SQL++ to allow UNICODE with LOCALE parameter. (#1777)
Build couchbase-lite-ios-3.0.7-20 contains couchbase-lite-core commit f554815 with commit message:: SQL++ to allow UNICODE with LOCALE parameter. (#1777)
Build couchbase-lite-c-3.0.12-2 contains couchbase-lite-core commit f554815 with commit message:: SQL++ to allow UNICODE with LOCALE parameter. (#1777)
Build couchbase-lite-core-3.0.12-10 contains couchbase-lite-core commit f554815 with commit message:: SQL++ to allow UNICODE with LOCALE parameter. (#1777)
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>`