couchbase-lite-core
couchbase-lite-core copied to clipboard
Cross-platform C++ core library for Couchbase Lite
Attached is a small project that will choose an index that selects an incorrect index which causes a scan of the entire database. The IX_User_ClientRowId index is being chosen even...
## Expected Behavior Within the context of a pull filter during replication, Couchbase should return a client-based error code (e.g. `CBLErrorRejectedByClientValidation`) when the client chooses to reject pulling a document....
Issue here: https://github.com/couchbase/couchbase-lite-core/issues/1084 As we don't know the real cause of the problem, we came up with a workaround. Every time a rev tree is saved, check if conflict tags...
Hi there 👋 We're seeing new installs (with an existing sync gateway account) are syncing deleted documents first (or intermixed) ~~even with an empty database~~. I've seen a reference to...
Create shell script for easy SG setup.
Port test. Several adjustments made to fit into this test suite.
When using SyncGateway on Openshift with Route on Standard Port (443) there is 404 Not Found while starting die Replicator. Problem is the port on the Header "Host: xxx:443". ```...
CBL-5426: Binary Decoder to account for the new Logging object path Also, the decoder generates outputs matching the format of plain text logs.