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

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...

bug :bug:
performance :stopwatch:
f/query
P2: medium
triaged 👩‍⚕️

## 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....

f/API
triaged 👩‍⚕️

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...

f/replicator
f/API

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". ```...

enhancement :open_mouth:
triaged 👩‍⚕️

CBL-5426: Binary Decoder to account for the new Logging object path Also, the decoder generates outputs matching the format of plain text logs.