canjs / can-memory-store

Create an in-memory datastore that supports mongo-like queries
https://canjs.com/doc/can-memory-store.html
MIT License
2 stars 0 forks source link

Do not check for subsets when it is the universal set #11

Open matthewp opened 5 years ago

matthewp commented 5 years ago

can-fixture uses the memory store, but its super set is the universal set. Therefore there isn't a need to check if a query is a subset. Doing so causes errors when comparisons are made between unknown types.

This is part of https://github.com/canjs/can-query-logic/issues/50