doctrine / couchdb-odm

A Document Mapper based on CouchDB
http://www.doctrine-project.org
MIT License
150 stars 53 forks source link

Problem: Using all_or_nothing=true by default #119

Open beberlei opened 8 years ago

beberlei commented 8 years ago

We had several reports now that using the all or nothing strategy for documents leads to problems:

We should use the default CouchDB strategy all_or_nothing=false by default. This will be a huge BC break though.

robsonvn commented 7 years ago

+1

I was receiving "HTTP Error with status 417 occurred while requesting /dbname/_bulk_docs. Error: not_implemented all_or_nothing is not supported" due to this using CouchDB 2.0.