Skip to content

Fix to #17066 - Query: Translate ElementAt(OrDefault) - #29496

Merged
maumar merged 1 commit into
mainfrom
fix17066
Nov 16, 2022
Merged

Fix to #17066 - Query: Translate ElementAt(OrDefault)#29496
maumar merged 1 commit into
mainfrom
fix17066

Conversation

@maumar

@maumar maumar commented Nov 7, 2022

Copy link
Copy Markdown
Contributor

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 requested review from roji and smitpatel November 7, 2022 23:59
@maumar
maumar force-pushed the fix17066 branch 3 times, most recently from 53e504b to 07c9771 Compare November 8, 2022 09:48
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 merged commit 089a035 into main Nov 16, 2022
@maumar
maumar deleted the fix17066 branch November 16, 2022 22:32
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.

Query: Translate ElementAt(OrDefault)

3 participants