RipcordSoftware / AvanceDB

An in-memory database based on the CouchDB REST API and containing the CouchDB Futon and Fauxton web sites
GNU Affero General Public License v3.0
161 stars 12 forks source link

_bulk_docs with new_edits should return [] #31

Closed craigminihan closed 9 years ago

craigminihan commented 9 years ago

When a bulk docs request is made with new_edits set to false couchdb responds with []. It is not necessary to respond with a normal bulk docs response since the revs are already known.

Avance should match the couchdb behaviour.

craigminihan commented 9 years ago

Resolved in 11800882d7a208cc29ce8ab6b5f2e58cf1201fe6. CouchDB shows a few error cases here: