You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/07 07:17:20 UTC

[jira] [Commented] (COUCHDB-3136) Option new_edits=false is absent from documentation of PUT /db/doc

    [ https://issues.apache.org/jira/browse/COUCHDB-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15469826#comment-15469826 ] 

ASF GitHub Bot commented on COUCHDB-3136:
-----------------------------------------

GitHub user samueltardieu opened a pull request:

    https://github.com/apache/couchdb-documentation/pull/57

    Update document API for 2.0.0

    This changes update sequences type to string, and add a description of
    the new_edits option for PUT requests.
    
    Fixes COUCHDB-3136.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/samueltardieu/couchdb-documentation document-common

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-documentation/pull/57.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #57
    
----
commit 6c7ba78cb021040140f55f31eec069dd9e67a0dc
Author: Samuel Tardieu <sa...@rfc1149.net>
Date:   2016-09-07T07:03:24Z

    Update document API to remove number from update sequence

commit c406ac7d30216b14e907f6c96ea73fe6b141ad7b
Author: Samuel Tardieu <sa...@rfc1149.net>
Date:   2016-09-07T07:14:04Z

    Explain the new_edits=false option when PUTing a document
    
    Fixes COUCHDB-3136.

----


> Option new_edits=false is absent from documentation of PUT /db/doc
> ------------------------------------------------------------------
>
>                 Key: COUCHDB-3136
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3136
>             Project: CouchDB
>          Issue Type: Documentation
>          Components: Documentation
>    Affects Versions: 2.0.0
>            Reporter: Samuel Tardieu
>            Priority: Minor
>
> In http://docs.couchdb.org/en/master/api/document/common.html there is no mention of "new_edits=false" although this is the easiest way to create conflicts artificially without using replication (because "all_or_nothing=true" is not supported in _bulk_docs).
> The "new_edits=false" option should be explained there.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)