couchbase-lite-core icon indicating copy to clipboard operation
couchbase-lite-core copied to clipboard

Cross-platform C++ core library for Couchbase Lite

Results 49 couchbase-lite-core issues
Sort by recently updated
recently updated
newest added

Cherry picked from d1d375bd94d0993663f244a4e75c77fb3751be8f This probably affects Java Android as well, but at least on lower API levels a native library without the lib prefix will not be automatically extracted...

Remove UWP specific code from the source tree. Cherry-picked from f8a8de2982dce0dfc4c4031db919a4dbd57c0248

Adds API that enables asynchronous computation and updating of a vector index. Useful when generating the vector for a document requires a network request or is slowing down document updates....

1. Added the official SQLite `carray` extension, because the latest `vectorsearch` library requires it. 2. Support for hybrid vector queries, where the vector search is combined with other criteria on...

Total rewrite of QueryParser. The new version is called QueryTranslator. It is much, much cleaner and more extensible. It operates in three passes: 1. Traverse the JSON/Fleece tree creating a...

The transition from tree-based revids to version vectors is tricky for replication, and the prior approach (adding a fake 'legacy' version when creating the vector) didn't turn out to work....

It is guaranteed to be available on all Windows versions that we support.