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

Automatic sort argument for SQLAlchemyInterface #400

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2024

  1. Bugfix

     - change required type to SQLAlchemyBase in Registry.register_sort_enum
    gbunkoczi committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    14bcf73 View commit details
    Browse the repository at this point in the history
  2. Bugfix

    - update register_sort_enum test
    gbunkoczi committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    09d2421 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Bugfix

    - allow SQLALchemyConnectionField.connection for all SQLAlchemyBase types
    gbunkoczi committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    902fa93 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Regression tests

    - test to check that sort argument is generated automatically for a SQLALchemyConnectionField that uses a SQLALchemyInterface.connection
    - test for relationship filtering a model using a relationship to a table with joined table inheritance
    gbunkoczi committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f5e6d32 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Type checks, messages and docstrings

    - change instances of SQLAlchemyObjectType to SQLAlchemyBase as appropriate
    - update tests
    gbunkoczi committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3ade1e6 View commit details
    Browse the repository at this point in the history