semantics of COPY call does not agree with the WIKI
---------------------------------------------------
Key: COUCHDB-903
URL: https://issues.apache.org/jira/browse/COUCHDB-903
Project: CouchDB
Issue Type: Bug
Components: Database Core
Affects Versions: 1.0.1
Environment: emacs
Reporter: Bob Dionne
Priority: Minor
according to the WIKI, the copy command:
http://wiki.apache.org/couchdb/HTTP_Document_API#COPY
should return:
{"ok":true,"id":"some_other_doc","rev":"355068078"}
It's missing the "ok":"true" portion. Here's a patch, this is against 1.0.1 but
I'm sure it's also in trunk. The patch also includes a failing test. The patch
function also affects bulk save and there's a change in couch.js to check this.
jquey.couch.js might also need some tweaking
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.