Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make tinydb search return only entities of the asked model #57

Merged
merged 2 commits into from Sep 23, 2021

Conversation

lyz-code
Copy link
Owner

If two entities of different models had the same bool attribute, when
searching for that attribute it returned all the models instead of just
the one asked.

Checklist

  • Add test cases to all the changes you introduce
  • Update the documentation for the changes

If two entities of different models had the same bool attribute, when
searching for that attribute it returned all the models instead of just
the one asked.
We frequently had collisions in the tests
@lyz-code lyz-code merged commit e5a934d into master Sep 23, 2021
@lyz-code lyz-code deleted the fix/tinydb_bool_search_failed branch January 20, 2022 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant