So we don't forget: https://issues.apache.org/jira/browse/COUCHDB-1140
Cheers Jan -- On 24 Apr 2011, at 21:41, Robert Newson wrote: > Hi, > > Seems like a bug. You need to pass the current rev in the body of the > document. Passing it as ?rev= does not work at all. > > B. > > On 24 April 2011 19:39, Pedro Landeiro <[email protected]> wrote: >> Already tried that but the rev argument does not accept ("), returns >> instead: >> >> {"error":"unknown_error","reason":"badarg"} >> >> >> >> On Sun, Apr 24, 2011 at 11:16 AM, Robert Newson >> <[email protected]>wrote: >> >>> try ?rev="0-1" >>> >>> B. >>> >>> On 23 April 2011 22:41, Pedro Landeiro <[email protected]> wrote: >>>> Hi, >>>> >>>> I cannot retrieve a local doc by revision. >>>> >>>> I can get the doc like this: >>>> http://127.0.0.1:5984/thisisatempdb/_local/mylocaldoc >>>> >>>> >>>> >>> {"_id":"_local/mylocaldoc","_rev":"0-1","name":"pedro","surname":"landeiro","islocal":"oh >>>> yeah"} >>>> >>>> >>>> but if I request the some doc with the revision: >>>> http://127.0.0.1:5984/thisisatempdb/_local/mylocaldoc?rev=0-1 >>>> >>>> {"error":"not_found","reason":"missing"} >>>> >>>> >>>> Am i doing some wrong? >>>> >>>> Thanks. >>>> >>>> -- >>>> Pedro Landeiro >>>> http://www.linkedin.com/in/pedrolandeiro >>>> >>> >> >> >> >> -- >> Pedro Landeiro >> http://www.linkedin.com/in/pedrolandeiro >>
