lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Documents included in view results with include_docs=true are being discarded. #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The documents that are added to a view result by using the include_docs=true 
query option are 
being discarded when the ViewResults class creates Row objects.

I've attached a patch to retain the documents when they are included in a view 
result.

Original issue reported on code.google.com by jpwa...@gmail.com on 5 Nov 2008 at 7:49

Attachments:

GoogleCodeExporter commented 8 years ago
Totally just noticed this issue after I submitted a patch for the include_docs 
url
parameter too.

Original comment by paul.jos...@gmail.com on 5 Nov 2008 at 8:47

GoogleCodeExporter commented 8 years ago
IIUC, superseded by issue 33.

Original comment by cmlenz on 26 Nov 2008 at 8:45