-
Notifications
You must be signed in to change notification settings - Fork 225
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
ExecuteUpdate: handle queries failing due to invalid references to main table #2478
Comments
This will require changing
Look at |
Thanks @smitpatel, will follow these instructions. |
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Nov 7, 2022
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Nov 7, 2022
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Nov 9, 2022
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Nov 9, 2022
roji
added a commit
that referenced
this issue
Nov 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tests Update_with_cross_join_cross_apply_set_constant, Update_with_cross_join_left_join_set_constant, Update_with_cross_join_outer_apply_set_constant.
Make these work by introducing an additional subquery join, see dotnet/efcore#28834 (review).
See conversation in #2476 (comment)
The text was updated successfully, but these errors were encountered: