dotnet / dotnet/efcore

Add option/flag for translating query into "inefficient" query

Open
#35,551 0 comments 0 reactions 0 assignees View on GitHub
area-query
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

### What problem are you trying to solve?

We could introduce per-query option/flag to allow "inefficient" translations. Currently when the translation is likely a pit of failure (like duplicating complex expressions), we don't do the translation. In some cases users might want to opt into having the query translated, instead of going all the way to the other side and using raw SQL or similar. Because it's an opt-in, by default everything will be the same.

### Describe the solution you'd like

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.