Skip to content
This repository was 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

@svilendobrev

Description

@svilendobrev

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions