doctrine / couchdb-client

CouchDB Client library
MIT License
122 stars 68 forks source link

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

Open nalysius opened 8 years ago

nalysius commented 8 years ago

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 ?

robsonvn commented 6 years ago

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

jwage commented 6 years ago

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

robsonvn commented 6 years ago

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

jwage commented 6 years ago

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

nalysius commented 6 years ago

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.