couchbase-lite-ios
couchbase-lite-ios copied to clipboard
Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.
* make changes to adopt the new listener config
**Describe the bug** Couchbase Lite crashes sporadically in production. Crashes occur when retrieving multiple docs inside a loop, the docs are all the same type. **Logs** ``` 9 libc++abi.dylib 0x0000000199762f58...
In v3.0, Couchbase Lite Android has recently added Kotlin Flow support for Document changes, replication changes, query changes. Etc. Combine extensions support for iOS / macOS would be equally useful,...
I am having 4 CBLViews (AData, BData, CData,DData) when i am trying to access below method using AData CBLView it is executing for all the CBLViews created. - (BOOL) setMapBlock:...
**Describe the bug** `isNullOrMissing` is deprecated and states that the replacement function is `isNotValued`. However, `isNotValued` (and also `isValued`) are not publicly available in CB Lite 3.0.1 **To Reproduce** Try...
* Separated out the SG tests to Replicator+SG test suite. * Add a new scheme only to run SG unit tests - CBL_ObjC_SG_Tests * Download and start SG through the...
**Description** Hi, I am using the Peer-to-Peer Sync to replicate Db changes among devices. Actually I am able to replicate data between two device, but when I connect a third...
* separate out remote doc * CBL-2993 WIP: base points to 'fixes' branch #2966 , instead of feature/connected-client
* Swift wrapper added for get, save, delete document * Unit test for valid/invalid GET request added. * CBL-3791 Warning: This PR is cut from `cbl-2993` branch, since all fixes...