Closed mattbgold closed 9 years ago
I tried using .all without the include_docs parameter, but the following line yield wrapper(row['doc']) references 'doc' which does not exist in the returned json when include_docs is False.
yield wrapper(row['doc'])
The current method is really not prepared for return other thing that docs.
If you want other behavior, pull-request is welcome!
This should be fixed with https://github.com/niwibe/py-couchdb/commit/e35bc88786b37378a08f5850ce7607545d875946#diff-d41d8cd98f00b204e9800998ecf8427e
@mattbgold This problem is still relevant?
I tried using .all without the include_docs parameter, but the following line
yield wrapper(row['doc'])
references 'doc' which does not exist in the returned json when include_docs is False.