cloudant / sync-android

A JSON-based document datastore for Android applications
Apache License 2.0
267 stars 90 forks source link

Fix #599 - Record checkpoint on empty _changes result #600

Closed jjrodrig closed 4 years ago

jjrodrig commented 4 years ago

Checklist

Description

Filtered pull replications does not update checkpoint if the result of _changes is empty.

Fixes #599

Approach

Change is located in the PullStrategy.java where the case of empty changes result is considered for the checkpoint creation.

Schema & API Changes