[
https://issues.apache.org/jira/browse/COUCHDB-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Lehnardt closed COUCHDB-2849.
---------------------------------
> [2.0] update_seq option for _all_docs view missing
> --------------------------------------------------
>
> Key: COUCHDB-2849
> URL: https://issues.apache.org/jira/browse/COUCHDB-2849
> Project: CouchDB
> Issue Type: Bug
> Components: HTTP Interface
> Reporter: Jan Lehnardt
> Priority: Blocker
> Labels: needs-pr
> Fix For: 2.0.0
>
>
> While running the 1.x JS tests I found that _all_docs doesn’t support the
> update_seq option:
> ```
> resp = db.view('test/all_docs', {limit: 1, update_seq:true});
> T(resp.rows.length == 1);
> T(resp.update_seq == 101);
> ```
> resp.update_seq is undefined.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)