alanjames1987 / marilyn

Marilyn is a client side, Socket.IO driven, Pub/Sub, model layer with a query system similar to Mongoose.
MIT License
114 stars 3 forks source link

Bug: Empty Read causes "item not found" Error #21

Closed alanjames1987 closed 10 years ago

alanjames1987 commented 10 years ago

When a read is performed that doesn't return any results an error is thrown. There should be an error thrown, instead an empty array of results should get returned.

alanjames1987 commented 10 years ago

Fixed in v0.16.2.