chris-l / mock-couch

A node.js module designed to mock a CouchDB server, mostly for unit testing purposes.
http://chris-l.github.io/mock-couch/
67 stars 44 forks source link

When querying against multiple keys, rows.length will be at most equal to keys.length #31

Closed reederz closed 9 years ago

reederz commented 9 years ago

I'm talking about this block https://github.com/chris-l/mock-couch/blob/8793eeff62cd5e8e2d698a760f55469d99fcfac5/lib/query_options.js#L86-90 .

It maps elements of keys array to exactly one match from rows array.

chris-l commented 9 years ago

Yes, that was totally an error. Thanks a lot for your fix!