[GitHub] couchdb-fabric pull request #81: Include conflicts parameter in doc_options

2017-01-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fabric/pull/81 --- 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

[GitHub] couchdb-fabric pull request #81: Include conflicts parameter in doc_options

2017-01-03 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-fabric/pull/81#discussion_r94382214 --- Diff: src/fabric_view_all_docs.erl --- @@ -56,12 +56,17 @@ go(DbName, Options, QueryArgs, Callback, Acc0) -> include_docs =

[GitHub] couchdb-fabric pull request #81: Include conflicts parameter in doc_options

2017-01-03 Thread willholley
GitHub user willholley opened a pull request: https://github.com/apache/couchdb-fabric/pull/81 Include conflicts parameter in doc_options When a keys array is passed to _all_docs, fabric translates this to individual open_doc calls. The conflicts=true query parameter is