-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support Sorting in Batch ConnectionFields & Deprecate UnsortedC…
…onnectionField(#355) * Enable sorting when batching is enabled * Deprecate UnsortedSQLAlchemyConnectionField and resetting RelationshipLoader between queries * Use field_name instead of column.key to build sort enum names to ensure the enum will get the actula field_name * Adjust batching test to honor different selet in query structure in sqla1.2 * Ensure that UnsortedSQLAlchemyConnectionField skips sort argument if it gets passed. * add test for batch sorting with custom ormfield Co-authored-by: Sabar Dasgupta <sabar.dasgupta@gmail.com>
- Loading branch information
1 parent
bb7af4b
commit 43df4eb
Showing
6 changed files
with
534 additions
and
257 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.