-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$client->open_revs('all')->getDoc($id) returns non-object #48
Comments
I get the same error. Anyone know how to fix this? |
"open revs" is for solve conflicts... my expectation is that we return an array with doc objects... but this is currently not done |
Hmmmm... This appears to be a couchdb issue... Currently Working on couch 1.4 on ubuntu and when i run the query on restclient, i get the same multipart encoded data..... Im not sure though... Still looking into it. For now, i've resorted to extending the couchclient class to get revision information, then query for one revision at a time. Its a bit tedious but it works for the moment.... Any suggestions are highly welcome... |
i have currently only access on an couchdb 1.3 have somebody access to a conflict response? ( with and without attachment for the doc ) http://localhost:5984/klinai_test_db1/7e554f4b48c2b2917c312de57d00102a?open_revs=all
http://localhost:5984/klinai_test_db1/aba4e90bf5e4659d941c540a060458b6?open_revs=all
|
I will be create the old support level, if you have some status update for us you find us there. I have the hope that dready92 join the organization if he has more time. |
Same problem here... Any way this gets fixed any time soon? |
Fix README links to documentation
Trying to get all revs using
returns the following weirdness
This looks like some sort of debug output rather than the datastructure I was expecting..... Or am I missing something? Also, even with multiple revs, it only shows the latests.
Chris
The text was updated successfully, but these errors were encountered: