You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBUG: Ember : 3.17.3
DEBUG: Ember Data : 3.17.0
DEBUG: Ember Pouch : 7.0.0
The text was updated successfully, but these errors were encountered:
adezegher
changed the title
query returns different types of models, instead of single one
query returns different types of models, instead of single specified one
Apr 30, 2020
adezegher
pushed a commit
to adezegher/ember-pouch
that referenced
this issue
May 5, 2020
Thanks for pointing this out. Did you have any success with addressing this in these linked commits, @adezegher? It would be preferable to include a test for this any fix, too.
When executing a query for a specific model, the query can return a result with other models than specified.
Example:
Following is expected to only return models of type
house
but will actually return data of both modelshouse
andperson
:Models:
Environment
The text was updated successfully, but these errors were encountered: