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

Fix grouping by nested dynamic property to behave like grouping by nested standard property #2971

Merged
merged 5 commits into from
May 23, 2024

Conversation

clemvnt
Copy link
Contributor

@clemvnt clemvnt commented May 20, 2024

Issues

#2963

Description

For the following group by : groupby((MyOpenAddress/City))

The response was :

[
    { "City": "City 2" },
    { "City": "City 1" }
]

Now, the response is :

[
    { "MyOpenAddress": { "City": "City 2" } },
    { "MyOpenAddress": { "City": "City 1" } }
]

Checklist

  • Test cases added
  • Build and test with one-click build and test script passed

@clemvnt clemvnt marked this pull request as ready for review May 20, 2024 15:41
gathogojr and others added 2 commits May 23, 2024 14:03
…nsions/Binders/ApplyBinderTests.cs

Co-authored-by: Elizabeth Okerio <elizaokerio@gmail.com>
@gathogojr gathogojr merged commit e6ef702 into OData:main May 23, 2024
4 checks passed
habbes pushed a commit that referenced this pull request May 31, 2024
habbes added a commit that referenced this pull request May 31, 2024
…sted standard property (#2971) (#2987)

Co-authored-by: Clément <clemvnt@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants