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

Flatten nested argument maps in QuerydslDataFetcher #1085

Closed
wants to merge 2 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Nov 8, 2024

We now flatten argument maps to ensure keys in the resulting parameter map are fully-qualified property paths.

Previously, we built a parameter map containing nested maps leading to invalid queries.

Closes gh-1081

We now flatten argument maps to ensure keys in the resulting parameter map are fully-qualified property paths.

Previously, we built a parameter map containing nested maps leading to invalid queries.
Refine assertions to ignore locale-specific error messages.
@mp911de mp911de added the type: bug A general bug label Nov 8, 2024
@mp911de mp911de added this to the 1.3.4 milestone Nov 8, 2024
rstoyanchev pushed a commit that referenced this pull request Dec 4, 2024
Refine assertions to ignore locale-specific error messages.

See gh-1085
rstoyanchev added a commit that referenced this pull request Dec 4, 2024
Use single MultiValueMap in method that flattens arguments vs
creating a new one at each level of recursion.

See gh-1085
@mp911de mp911de deleted the issues/1081 branch December 4, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
2 participants