Details
Description
Quoting from https://forums.couchbase.com/t/some-unexpected-findings-in-cbl-2-x/23210 :
Purging documents does not fire events in a QueryChangeListener of a query. Create/Update/Delete events are fired. I believe this changed from 1.x to 2.x. I believe the old LiveQuery received purge events.
Expected: QueryChangeListener fires when documents are purged.
Build couchbase-lite-ios-2.7.0-78 contains couchbase-lite-core commit c33393d with commit message:
CBL-444Add a purge count to the database (#879)