You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fwoelffel i am currently having issues with CouchDB 2.0, please do you why all_or_nothing won't work on CouchDB 2.0 and any alternative or work around to achieve ACID for bulk update?? Thanks for your anticipated help.
Last time I checked the source code it was simply not implemented yet. I can't say if it is now (it appears not) and I can't remember where I saw that. I also need this but for the moment I simply push bulk in a non-atomic way...
If anyone could provide some complementary information that would be greatly appreciated.
Is there any way to add the all_or_nothing options when using db.save([docs], callback)?
In the example blow is the POST -d {all_or_nothing:true, docs:[]}
Example :http://wiki.apache.org/couchdb/Replication_and_conflicts
The text was updated successfully, but these errors were encountered: