fetching _local docs by revision in URL fails
---------------------------------------------
Key: COUCHDB-1140
URL: https://issues.apache.org/jira/browse/COUCHDB-1140
Project: CouchDB
Issue Type: Bug
Components: HTTP Interface
Affects Versions: 1.0.2, 1.1
Reporter: Jan Lehnardt
Priority: Minor
Via dev@
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
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira