summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.hrl
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2008-10-05 18:54:36 +0000
committerJohn Christopher Anderson <jchris@apache.org>2008-10-05 18:54:36 +0000
commit04b2acac82d8b0ad60be485b8b1321c2fcbe6f57 (patch)
treefe976f5c246a840e33480435509f4c2efefc46b0 /src/couchdb/couch_db.hrl
parentcf69d22a07e9c8687dda93c830f5ff01f99be829 (diff)
include_docs option adds a doc member to view rows with the latest _rev of the document (or the _rev specified in the row value)
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701847 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r--src/couchdb/couch_db.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl
index f5f4a0f1..bf98e182 100644
--- a/src/couchdb/couch_db.hrl
+++ b/src/couchdb/couch_db.hrl
@@ -124,7 +124,8 @@
end_docid = {},
skip = 0,
group_level = 0,
- reduce = true
+ reduce = true,
+ include_docs = false
}).