Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
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',
);
T(resp.rows.length == 1);
T(resp.update_seq == 101);
```
resp.update_seq is undefined.