You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/10/17 09:48:46 UTC

[GitHub] [couchdb] sureshvv opened a new issue, #4225: Conflict example broken

sureshvv opened a new issue, #4225:
URL: https://github.com/apache/couchdb/issues/4225

   In `src/replication/conflicts.rst` the ruby example saya:
   
       # Make three conflicting versions  
       write1({"hello"=>"foo"},"test",rev1)
       write1({"hello"=>"bar"},"test",rev1)
       write1({"hello"=>"baz"},"test",rev1)
   
   Only the first one of the 3 write1 succeeds. The other 2 fail with 409 error and no conflicting versions are created.
   
   Is this a correct example?
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva closed issue #4225: Conflict example broken

Posted by "nickva (via GitHub)" <gi...@apache.org>.
nickva closed issue #4225: Conflict example broken
URL: https://github.com/apache/couchdb/issues/4225


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org