lanto03 / couchdb-python

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

Patch that enables multikey fetch #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The attached patch allows one to fetch multiple values on a single request.
For example: db.view('/_all_docs',keys=['1','2','3'])

Original issue reported on code.google.com by cffpi...@gmail.com on 16 Feb 2009 at 1:55

Attachments:

GoogleCodeExporter commented 8 years ago
Hmm, support for multi-doc fetch was already implemented in r126. Anything 
missing?

Original comment by cmlenz on 16 Feb 2009 at 2:05

GoogleCodeExporter commented 8 years ago
woops, I'm using an svn snapshot frozen in time, forgot to check if it was 
already
implemented

Original comment by cffpi...@gmail.com on 16 Feb 2009 at 2:07