You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by P-Product <gi...@git.apache.org> on 2013/04/16 22:34:08 UTC

couchdb pull request: [couch_doc] revid_to_str: account for the case when t...

GitHub user P-Product opened a pull request:

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

    [couch_doc] revid_to_str: account for the case when the RevId is a list of binaries

    
    this happens when _bulk_docs is posted with all_or_nothing=true
    and validation func for at least one of the docs fails
    
    see https://issues.apache.org/jira/browse/COUCHDB-1772 for details

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

    $ git pull https://github.com/P-Product/couchdb COUCHDB-1772

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

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

----
commit 14de30f736c426b84b640ea531081f32dfa18316
Author: Leonid S. Usov <le...@p-product.com>
Date:   2013-04-16T20:10:02Z

    [couch_doc] revid_to_str: account for the case when the RevId is a list of binaries
    
    this happens when _bulk_docs is posted with all_or_nothing=true
    and validation func for at least one of the docs fails

----