You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the base is an empty doc instead of null when there is no base document. This is fixed by checking if the base c4doc is null or not, if it’s null, the base document should be null.
#1835
When there is no base on common ancestor doc, the base is an empty document which is not correct. This bug is found when investigating https://github.com/couchbase/couchbase-lite-android/issues/1293.
The text was updated successfully, but these errors were encountered: