creationix / nstore

nStore is a simple, in-process key/value database for node.js
MIT License
392 stars 31 forks source link

.find() bug #13

Closed dvv closed 13 years ago

dvv commented 13 years ago

Please, guard http://github.com/creationix/nstore/blob/master/lib/nstore/query.js#L20 with if (!counter) return callback(null, []); or finding in empty collections takes infinity

TIA, --Vladimir

creationix commented 13 years ago

Thanks, fixed.