You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Jan Lehnardt (JIRA)" <ji...@apache.org> on 2015/10/11 11:24:05 UTC

[jira] [Created] (COUCHDB-2849) [2.0] update_seq option for _all_docs view missing

Jan Lehnardt created COUCHDB-2849:
-------------------------------------

             Summary: [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
      Security Level: public (Regular issues)
          Components: HTTP Interface
            Reporter: Jan Lehnardt


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)