Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

views with deleted docs: inconsistency with couchdb / deleted=true is inaccessible #94

Open
svilendobrev opened this issue Apr 11, 2013 · 0 comments
Assignees
Milestone

Comments

@svilendobrev
Copy link

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)

@ghost ghost assigned tleyden Jul 24, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants