Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-2849

[2.0] update_seq option for _all_docs view missing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 2.0.0
    • HTTP Interface

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jan Jan Lehnardt
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: