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
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)
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)