histrio/py-couchdb

all throws KeyError exception when include_docs = False

mattbgold opened this issue · 3 comments

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.

The current method is really not prepared for return other thing that docs.

If you want other behavior, pull-request is welcome!

@mattbgold This problem is still relevant?