From user-return-7086-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Oct 26 14:43:20 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 64894 invoked from network); 26 Oct 2009 14:43:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Oct 2009 14:43:19 -0000 Received: (qmail 20258 invoked by uid 500); 26 Oct 2009 14:43:18 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 20188 invoked by uid 500); 26 Oct 2009 14:43:18 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 20178 invoked by uid 99); 26 Oct 2009 14:43:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 14:43:18 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2009 14:43:07 +0000 Received: from [10.0.1.5] (f053009099.adsl.alicedsl.de [::ffff:78.53.9.99]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Mon, 26 Oct 2009 14:42:46 +0000 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v1076) Subject: Re: COPY bug From: Jan Lehnardt In-Reply-To: Date: Mon, 26 Oct 2009 15:42:45 +0100 Content-Transfer-Encoding: 7bit Message-Id: References: <8502178921300477607@unknownmsgid> <7999489996990147563@unknownmsgid> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1076) X-Virus-Checked: Checked by ClamAV on apache.org On 25 Oct 2009, at 23:58, Chris Anderson wrote: > On Sun, Oct 25, 2009 at 12:54 PM, Paul Davis > wrote: >> Hmmm. Now all we have to do is decide if we want ok:true or not. >> >> Anyone have an opinion? It would remain more consistent with the >> other >> CRUD style operations that don't return a document. > > I think "ok" : true is what we want here. +1 Cheers Jan -- > >> >> Paul >> >> On Sun, Oct 25, 2009 at 3:40 PM, Sebastian Negomireanu >> wrote: >>> The documentation I'm looking at is here: >>> >>> http://wiki.apache.org/couchdb/HTTP_Document_API >>> >>> You just need to scroll down to the COPY command. The response in >>> the >>> documentation is: >>> >>> HTTP/1.1 201 Created >>> Server: CouchDB/0.9.0a730122-incubating (Erlang OTP/R12B) >>> Etag: "355068078" >>> Date: Mon, 05 Jan 2009 11:12:49 GMT >>> Content-Type: text/plain;charset=utf-8 >>> Content-Length: 41 >>> Cache-Control: must-revalidate >>> >>> {"ok":true,"id":"some_other_doc","rev":"355068078"} >>> >>> >>> >>> -----Original Message----- >>> From: Paul Davis [mailto:paul.joseph.davis@gmail.com] >>> Sent: Sunday, October 25, 2009 7:30 PM >>> To: user@couchdb.apache.org >>> Subject: Re: COPY bug >>> >>> Sebastian, >>> >>> There doesn't appear to be anything in the code to return {ok:true, >>> ...} as you mention. Can you paste a link to the docs? It could be >>> that we dropped the flag in a refactor. >>> >>> This is a less than one line patch to fix, does anyone have any >>> insight on to what's proper? >>> >>> Paul Davis >>> >>> Note to future self: Line 785 in couch_httpd_db.erl >>> >>> On Sun, Oct 25, 2009 at 8:27 AM, Sebastian Negomireanu >>> wrote: >>>> Hello, >>>> >>>> >>>> >>>> I am running the Windows version of CouchDB. It seems that when I >>>> perform >>> a >>>> COPY operation the result does not contain the ok=true pair, only >>>> the id >>> and >>>> rev values. Is this by design or is it a bug (the documentation >>>> says that >>> it >>>> should also return the ok value)? >>>> >>>> >>>> >>>> _____ >>>> >>>> Best regards, >>>> Sebastian Negomireanu | CTO / Managing Partner JustDesign Sibiu, >>>> Romania >>>> +40-726-181186 | +40-788-757462 >>>> >>>> sebastian.negomireanu@justdesign.ro >>>> >>>> SC JustDesign SRL | Str. Dorului 20, 550352, Sibiu, Romania >>>> +40-269-210008 | office@justdesign.ro >>>> | >>>> www.justdesign.ro >>>> >>>> The information contained in this e-mail is intended only for the >>>> ones to >>>> which it is addressed, and contains information which is >>>> confidential and >>>> may be privileged. Unauthorized disclosure, copying or use (of >>>> any part) >>> of >>>> this information is prohibited. If you are not the intended >>>> recipient, >>>> please notify the sender or Just Design SRL by return e-mail or >>>> telephone >>>> (+40-269-210008) and delete this e-mail from your system, >>>> including any >>>> attachments thereto. Any information in this message that does >>>> not relate >>> to >>>> the official business of Just Design SRL shall be understood as >>>> neither >>>> given nor endorsed by it. Internet communications are not secure, >>> therefore >>>> Just Design SRL does not accept any liability for either the >>>> contents of >>>> this message, or any damage related to documents and/or data >>>> which are >>>> communicated by e-mail. Violation of this notice may be unlawful. >>>> >>>> >>>> >>>> >>> >>> >>> >> > > > > -- > Chris Anderson > http://jchrisa.net > http://couch.io >