-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Fixes #12729 Flatten Case expression #18886
Conversation
@ptjhuang Thanks for submitting a PR. Assigning to @smitpatel for initial review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ptjhuang - Thanks for submitting PR. The fix looks correct. I have left few nit comments in terms of formatting. Please rebase on latest master.
src/EFCore.Relational/Query/Internal/CaseWhenFlatteningExpressionVisitor.cs
Outdated
Show resolved
Hide resolved
test/EFCore.Specification.Tests/Query/SimpleQueryTestBase.Select.cs
Outdated
Show resolved
Hide resolved
834999c
to
e719a43
Compare
@ptjhuang - Thank you for contribution. |
Any chance this could make 3.1? |
@ptjhuang Unfortunately not. 3.1 was locked down some time ago. |
Summary of the changes
Fixes Flatten CASE expressions to avoid error "Case expressions may only be nested to level 10" #12729