You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Paul Joseph Davis (JIRA)" <ji...@apache.org> on 2010/10/09 03:18:55 UTC

[jira] Updated: (COUCHDB-903) semantics of COPY call does not agree with the WIKI

     [ https://issues.apache.org/jira/browse/COUCHDB-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Joseph Davis updated COUCHDB-903:
--------------------------------------

    Skill Level: New Contributors Level (Easy)

> 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
>         Attachments: doc_copy.patch
>
>
> 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.