codeswarm / sails-couchdb-orm

CouchDB Adapter for the Sails.js ORM Framework, Waterline
36 stars 20 forks source link

Destroy on a model removes all documents in the database #16

Open srijithprabhu opened 9 years ago

srijithprabhu commented 9 years ago

When I try to delete entries in the database it removes every document rather than just the entry I am hoping to destroy.