couchbase / couchbase-lite-C

C language bindings for the Couchbase Lite embedded NoSQL database engine
Apache License 2.0
117 stars 37 forks source link

cant know what data is deleted #561

Closed stingdau1206 closed 3 months ago

stingdau1206 commented 3 months ago
void (*CBLDocumentReplicationListener)(void *context,
                                               CBLReplicator *replicator,
                                               bool isPush,
                                               unsigned numDocuments,
                                               const CBLReplicatedDocument* documents);

when delete document on server, the DocumentReplicationListener only return id of this doc, and i can't get data of this doc by that id how can i know what data is deleted on server ?

borrrden commented 3 months ago

Issues are for bug reports. Maybe this is one and you worded it as a question, but please post questions on the forums