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
{{ message }}
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
couchDB: {"id":"...","key":"...","value":{"rev":"2-..","deleted":true}, "doc":null}
touchDB : {"id":"...","key":"...","value":{"rev":"2-.."}, "deleted":true,"doc":null}
so "deleted" field is not in value{}, but outside.
and as the underlaying Ektorp: ViewResult.Row.rowNode is inaccessible..
there's no way to see it. (now i'm guessing by doc-field becoming isMissingNode() but that is weak)