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

Add related queries optimizations #146

Merged
merged 9 commits into from
Oct 10, 2023
Merged

Commits on Oct 10, 2023

  1. Add related queries optimizations

    - [x] one to one relation
    - [x] one to many relation
    - [x] one to one via relation
    - [x] one to many via relation with intermediate
    - [x] one to many via relation
    - [ ] one to many via relation with intermediate
    
    * misc input objects apply Hash, Eq, etc.
    * order_input parsing support
    * update pagination parsing
    * memory pagination for related queries
    
    Update generator
    
    Fix clippy errors
    
    Cargo FMT fix
    karatakis committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c78c125 View commit details
    Browse the repository at this point in the history
  2. Rename HashAble to Hashable

    karatakis committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ff039d7 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    karatakis committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9b9129e View commit details
    Browse the repository at this point in the history
  4. Fix fmt

    karatakis committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d7fae64 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    karatakis committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    aca7554 View commit details
    Browse the repository at this point in the history
  6. Remove unused variables

    karatakis committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ba9266c View commit details
    Browse the repository at this point in the history
  7. Fix postgres tests

    karatakis committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5c61faf View commit details
    Browse the repository at this point in the history
  8. Fix postgres tests

    karatakis committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5110ab7 View commit details
    Browse the repository at this point in the history
  9. Fix fmt

    karatakis committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    043b9fc View commit details
    Browse the repository at this point in the history