GitHub user willholley opened a pull request:
https://github.com/apache/couchdb-fabric/pull/12
Respect doc_options during _changes serialization
When including full documents in the changes feed response, respect
doc_options (e.g. attachments=true) during JSON serialization.
Combined with https://github.com/apache/couchdb-chttpd/pull/23 this fixes
COUCHDB-2522.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/willholley/couchdb-fabric
2522-support-attachments-on-changes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fabric/pull/12.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 #12
----
commit 7d65eb75878cddb707404f10995bd831e53cbfdd
Author: Will Holley <[email protected]>
Date: 2015-02-02T21:02:27Z
Respect doc_options during _changes serialization
When including full documents in the changes feed response, respect
doc_options (e.g. attachments=true) during JSON serialization.
COUCHDB-2522
----
---
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.
---