kurko / ember-indexeddb-adapter

Ember Data IndexedDB Adapter
MIT License
43 stars 16 forks source link

findQuery reject if no result #19

Open dogawaf opened 10 years ago

dogawaf commented 10 years ago

Hi!

findQuery with no result reject the promise with undefined. In the same case, findMany resolve with an empty array. I think findQuery should do the same.

If you are agree, I can create a pull request.