-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0
-
Component/s: HTTP Interface
-
Labels:
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',
);
T(resp.rows.length == 1);
T(resp.update_seq == 101);
```
resp.update_seq is undefined.