Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing update_seq option #6230

Closed
ronag opened this issue Feb 13, 2017 · 2 comments
Closed

Missing update_seq option #6230

ronag opened this issue Feb 13, 2017 · 2 comments
Labels
enhancement Feature request

Comments

@ronag
Copy link
Contributor

ronag commented Feb 13, 2017

CouchDB has support for the update_seq option in e.g. all_docs.

This seems to be missing in PouchDB?

@daleharvey
Copy link
Member

To summarize, we would like to add an option to allDocs so that

db.allDocs({update_seq: true}).then(result => { 
   result.update_seq is set correctly
}

@jo
Copy link
Member

jo commented Mar 7, 2017

Also important for db.query.

dharders added a commit to dharders/pouchdb that referenced this issue Nov 7, 2017
Also fix last_seq propagation to change event
dharders added a commit to dharders/pouchdb that referenced this issue Nov 7, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 7, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 7, 2017
Also fix readstreamOpts start -> gte, end -> lte
dharders added a commit to dharders/pouchdb that referenced this issue Nov 7, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 7, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 7, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 7, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 9, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 9, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 9, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 10, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 10, 2017
Also, fix flakey test timeout failure
 (unrelated test, selenium:firefox)
dharders added a commit to dharders/pouchdb that referenced this issue Nov 10, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 10, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 10, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 11, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 11, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 12, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 18, 2017
Also fix last_seq propagation to change event
dharders added a commit to dharders/pouchdb that referenced this issue Nov 18, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 18, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 19, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 19, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 19, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
Also fix last_seq propagation to change event
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
Also fix readstreamOpts start -> gte, end -> lte
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
Also, fix flakey test timeout failure
 (unrelated test, selenium:firefox)
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
Also fix last_seq propagation to change event
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
Also, fix flakey test timeout failure
 (unrelated test, selenium:firefox)
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
dharders added a commit to dharders/pouchdb that referenced this issue Nov 21, 2017
daleharvey pushed a commit that referenced this issue Nov 23, 2017
* #6230 Add update_seq option to http adapter

Also fix last_seq propagation to change event

* #6230 Add update_seq option to http adapter

Also fix last_seq propagation to change event

* #6230 Add allDocs() update_seq option to indexeddb adapter

* #6230 Add allDocs() update_seq option to idb adapter

* #6230 Add allDocs() update_seq option to leveldb adapter

Also fix readstreamOpts start -> gte, end -> lte

* #6230 Add update_seq option to db.query()

* #6230 Add allDocs() update_seq option to websql adapter

* #6230 Add update_seq option to allDocsKeysQuery()

* #6230 Fix indexeddb adapter metadata exception

* #6230 Update API docs

* #6230 Add integration tests

* #6230 Add map/reduce tests

* #6230 Add map/reduce tests

* #6230 Don't pollute onChange handlers

* #6230 Don't pollute onChange handlers

* #6230 Fix tests for pouchdb-server

Also, fix flakey test timeout failure
 (unrelated test, selenium:firefox)

* #6230 Fix tests for pouchdb-server

Also, fix flakey test timeout failure
 (unrelated test, selenium:firefox)

* #6230 Add error handler to isPouchDbServer()

* #6230 Revert test attachment change

* #6230 Skip a test.attachments test

See #6835 and #6831 for reason

* #6230 Fix failing websql node test callback

* #6230 Fix failing websql node test callback

* #6230 Fix rebase duplicate tests

* #6230 Fix coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request
Projects
None yet
Development

No branches or pull requests

4 participants