couchdb-client icon indicating copy to clipboard operation
couchdb-client copied to clipboard

CouchDB 2.0: Error with status 417 occurred. Error: not_implemented all_or_nothing is not supported

Open nalysius opened this issue 9 years ago • 5 comments

I am trying to use Doctrine throught DoctrineCouchdbBundle in Symfony 2.8 with CouchDB 2.0, but I have the following error:

Doctrine/CouchDB 2.0: Error with status 417 occurred. Error: not_implemented all_or_nothing is not supported

Is Doctrine up to date to work with Couchdb 2.0 ?

nalysius avatar Oct 21 '16 13:10 nalysius

Bro, this library is abandoned. Have a look at my branch, it supports CouchDB 2.x including the _find endpoint. Cheers.

robsonvn avatar Apr 29 '18 04:04 robsonvn

@robsonvn can you link to your branch? Any chance we can merge your branch and revive this project?

jwage avatar Apr 29 '18 21:04 jwage

Hi @jwage, here's the link to my fork, tests are not passing against CouchDB last version 2.1.1 but it's not a big deal, I can easily fix it.

I would be more than glad to help revive this project, I will prepare a PR ASAP.

https://github.com/robsonvn/couchdb-client

robsonvn avatar Apr 29 '18 22:04 robsonvn

That is great to hear. I can give you permissions to this repo and we can work together to revive and maintain it.

jwage avatar Apr 29 '18 22:04 jwage

Hi, thanks to all for your answer even if this issue is old :) It's great if there are people like you to continue this work! If I can be helpful, do not hesitate to contact me.

nalysius avatar Apr 30 '18 16:04 nalysius