GitHub user willholley opened a pull request:

    https://github.com/apache/couchdb-fabric/pull/13

    Respect doc_options during _all_docs serialization

    When full documents are returned as part of an _all_docs response, respect 
doc_options (e.g. attachments=true) during JSON serialization. This only 
affects the code path taken when specific keys are requested - the standard 
_all_docs handling seems to deal with these options as expected.
    
    Fixes COUCHDB-2568

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

    $ git pull https://github.com/willholley/couchdb-fabric 
2568-support-attachments-true-all-docs

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

    https://github.com/apache/couchdb-fabric/pull/13.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 #13
    
----
commit 4a0f1e6e17b665c21a23f4b392c50aae7abb8e0b
Author: Will Holley <[email protected]>
Date:   2015-02-06T17:52:31Z

    Respect doc_options during _all_docs serialization
    
    When full documents are returned as part of an _all_docs response,
    respect doc_options (e.g. attachments=true) during JSON serialization.
    
    Fixes COUCHDB-2568

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to