nicknystrom / RedBranch.Hammock

No longer maintained, active fork is at:
https://github.com/DamianMac/Hammock
GNU General Public License v3.0
0 stars 0 forks source link

Using the IEnumerable aspect of Query.Spec causes a couchdb request on every access #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Retrieve a Query.Spec (using IRepository<>.Where() for example)
2. Enumerate over it more than once, or use any IEnumerable<> extension

What is the expected output? What do you see instead?
Expect one request to couchdb, and then subsequent usages of the object to 
iterate over the existing result.

Original issue reported on code.google.com by nnyst...@gmail.com on 19 Dec 2009 at 7:49

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r33.

Original comment by nnyst...@gmail.com on 19 Dec 2009 at 8:13