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

Query: Translate ElementAt(OrDefault) #17066

Closed
smitpatel opened this issue Aug 9, 2019 · 2 comments · Fixed by #29496
Closed

Query: Translate ElementAt(OrDefault) #17066

smitpatel opened this issue Aug 9, 2019 · 2 comments · Fixed by #29496
Assignees
Labels
area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@smitpatel
Copy link
Member

No description provided.

@smitpatel smitpatel added this to the Backlog milestone Aug 9, 2019
@maumar maumar removed this from the Backlog milestone Nov 3, 2022
@maumar maumar self-assigned this Nov 5, 2022
@maumar
Copy link
Contributor

maumar commented Nov 5, 2022

needed for json array translation (#28648)

@ajcvickers ajcvickers added this to the 8.0.0 milestone Nov 7, 2022
maumar added a commit that referenced this issue Nov 7, 2022
Enable member pushdown for ElementAt(OrDefault) and then handle the method in translation in a similar way to First(OrDefault) with an optional Skip(x) element.

Fixes #17066
@maumar maumar added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Nov 7, 2022
maumar added a commit that referenced this issue Nov 8, 2022
Enable member pushdown for ElementAt(OrDefault) and then handle the method in translation in a similar way to First(OrDefault) with an optional Skip(x) element.

Fixes #17066
@maumar
Copy link
Contributor

maumar commented Nov 8, 2022

moved cosmos support to a different issue - #29497

maumar added a commit that referenced this issue Nov 8, 2022
Enable member pushdown for ElementAt(OrDefault) and then handle the method in translation in a similar way to First(OrDefault) with an optional Skip(x) element.

Fixes #17066
maumar added a commit that referenced this issue Nov 8, 2022
Enable member pushdown for ElementAt(OrDefault) and then handle the method in translation in a similar way to First(OrDefault) with an optional Skip(x) element.

Fixes #17066
maumar added a commit that referenced this issue Nov 10, 2022
Enable member pushdown for ElementAt(OrDefault) and then handle the method in translation in a similar way to First(OrDefault) with an optional Skip(x) element.

Fixes #17066
maumar added a commit that referenced this issue Nov 11, 2022
Enable member pushdown for ElementAt(OrDefault) and then handle the method in translation in a similar way to First(OrDefault) with an optional Skip(x) element.

Fixes #17066
maumar added a commit that referenced this issue Nov 16, 2022
Enable member pushdown for ElementAt(OrDefault) and then handle the method in translation in a similar way to First(OrDefault) with an optional Skip(x) element.

Fixes #17066
@ajcvickers ajcvickers modified the milestones: 8.0.0, 8.0.0-preview1 Jan 29, 2023
@ajcvickers ajcvickers modified the milestones: 8.0.0-preview1, 8.0.0 Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants