lanto03 / couchdb-python

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

Can't access update_seq attribute from view result #228

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As described in https://wiki.apache.org/couchdb/HTTP_view_API#Querying_Options, 
view query result may contain an attribute named 'update_seq'. This attribute 
is not exposed in current API.

Please see attached patch.

Original issue reported on code.google.com by dorin.scutarasu@gmail.com on 4 Aug 2013 at 4:10

Attachments:

GoogleCodeExporter commented 8 years ago
I've added this in ra3f055d60c14, thanks!

Original comment by djc.ochtman on 6 Jul 2014 at 11:54