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
While I did not run into this here, inspecting the source code, I'm confident that the .NET version of CBL is also affected by this bug couchbase/couchbase-lite-java-core#592:
Attachment#getContent() always fails to retrieve the data set on a previous revision (eg. the parent revision), if the Attachment object is retrieved through an UnsavedRevision.
The problem is the sequence number is always 0 on UnsavedRevision and the parent sequence is not used.
The text was updated successfully, but these errors were encountered:
While I did not run into this here, inspecting the source code, I'm confident that the .NET version of CBL is also affected by this bug couchbase/couchbase-lite-java-core#592:
Attachment#getContent() always fails to retrieve the data set on a previous revision (eg. the parent revision), if the Attachment object is retrieved through an UnsavedRevision.
The problem is the sequence number is always 0 on UnsavedRevision and the parent sequence is not used.
The text was updated successfully, but these errors were encountered: