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 <[email protected]>
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
----