-
-
Notifications
You must be signed in to change notification settings - Fork 32
Add support to secondary tables relationships #218
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
Open
Ckk3
wants to merge
33
commits into
strawberry-graphql:main
Choose a base branch
from
Ckk3:issue-19
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
de06188
first fix versoin, working only if the items has the same id
Ckk3 0cd732d
bring back the first version, still missin the different ids logic!
Ckk3 401cd65
fix: now query can pickup related_model and self_model id
Ckk3 6f644e3
fix: not working with different ids
Ckk3 ca9bc1c
add nes tests
Ckk3 eb852ce
add tests
Ckk3 5770379
Fix mypy erros, still missing some tests
Ckk3 be77996
update code to work with sqlalchemy 1.4
Ckk3 fb6a580
remove old code that only works with sqlalchemy 2
Ckk3 0fb61bb
add seconday tables tests in test_loader
Ckk3 03a5438
add new tests to loadar and start mapper tests
Ckk3 a575650
add mapper tests
Ckk3 beaa3f9
refactor conftest
Ckk3 8a65328
refactor test_loader
Ckk3 9d76061
refactor test_mapper
Ckk3 91c24c5
run autopep
Ckk3 1cd8df4
run autopep
Ckk3 e96f179
separate test
Ckk3 4b6516b
fix lint
Ckk3 9b079d4
add release file
Ckk3 4baa7ae
refactor tests
Ckk3 33d7758
refactor loader
Ckk3 2a53474
fix release
Ckk3 d04af46
update pre-commit to work with python 3.8
Ckk3 3f7f13d
update loader.py
Ckk3 ff3e419
updated mapper
Ckk3 6752231
fix lint
Ckk3 0cd68d2
remote autopep8 from dev container because it give problems when work…
Ckk3 0745c64
fix lint
Ckk3 a8c03a5
Merge remote-tracking branch 'origin/main' into issue-19
Ckk3 276ffd5
Formatter and ruff
Ckk3 f3e2149
change release type to minor, add new todo
Ckk3 94ae7b1
Merge remote-tracking branch 'origin/main' into issue-19
Ckk3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Release type: minor | ||
|
||
Add support for secondary table relationships in SQLAlchemy mapper, addressing a bug and enhancing the loader to handle these relationships efficiently. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.