lanto03 / couchdb-python

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

Query metadata? #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now, if you submit a query with "count=0", with either client.query
or client.view, you are unable to access the metadata for the results; both
functions make that data inaccessible.

To fix it, I added a meta() function to the View class and a viewmeta(self,
name, **options) function to the Database class.

I will submit a patch if you'd like; I'm not sure how you want to implement
this functionality.

Original issue reported on code.google.com by bill.m...@gmail.com on 7 Nov 2007 at 2:34

GoogleCodeExporter commented 8 years ago
I think this should have been addressed by the view refactoring in r55. Please 
reopen if something's still 
missing.

Original comment by cmlenz on 15 Mar 2008 at 10:38