it shouldn't be possible to delete documents that don't exist in a bulk upload
------------------------------------------------------------------------------
Key: COUCHDB-79
URL: https://issues.apache.org/jira/browse/COUCHDB-79
Project: CouchDB
Issue Type: Bug
Components: HTTP Interface
Reporter: Ryszard Szopa
Priority: Minor
If you try to delete in _bulk_docs (by setting the attribute "_deleted" to
true) a document that doesn't exist (either because it doesn't have an id, or
because it has an id not present in the database), CouchDB replies with a happy
201 (created). This is not a good behavior: if I am trying to delete something
that's not in the database, then I am probably doing something wrong, and I'd
like to know it: the whole transaction (bulk upload) should fail.
Also, the present behavior is inconsistent with respect to deleting with a
DELETE request, which returns a 404.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.