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

feat: OR Query implementation #698

Merged
merged 10 commits into from
Apr 3, 2023
Merged

feat: OR Query implementation #698

merged 10 commits into from
Apr 3, 2023

Commits on Mar 31, 2023

  1. feat: OR Query implementation

    Introduce new Filter classes:
    
    FieldFilter
    And
    Or
    
    Add "filter" keyword arg to "Query.where()"
    The positional arguments in "Query.where()" are now optional.
    UserWarning is now emitted when using "where()" without keyword args.
    Mariatta committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ae87912 View commit details
    Browse the repository at this point in the history
  2. Add test coverage

    Mariatta committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    40532d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df33723 View commit details
    Browse the repository at this point in the history
  4. Add more complex system test

    Mariatta committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8045504 View commit details
    Browse the repository at this point in the history
  5. Remove leftover comment

    Mariatta committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ce28b92 View commit details
    Browse the repository at this point in the history
  6. Lint fix

    Mariatta committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8b1b678 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19f7098 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a9728a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eff9328 View commit details
    Browse the repository at this point in the history
  10. Remove debugging comment.

    Mariatta committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fa0a16c View commit details
    Browse the repository at this point in the history