Skip to content

Add test for ExecuteUpdate SetProperty ordering#2034

Open
yykkibbb wants to merge 1 commit intoPomeloFoundation:mainfrom
yykkibbb:fix/issue-1975-set-ordering-test
Open

Add test for ExecuteUpdate SetProperty ordering#2034
yykkibbb wants to merge 1 commit intoPomeloFoundation:mainfrom
yykkibbb:fix/issue-1975-set-ordering-test

Conversation

@yykkibbb
Copy link

@yykkibbb yykkibbb commented Feb 18, 2026

Summary

  • Add Update_Where_set_ordering_is_preserved test to NorthwindBulkUpdatesMySqlTest to verify that the upstream EF Core fix (dotnet/efcore#35361) correctly preserves SetProperty ordering for MySQL's left-to-right SET clause evaluation.
  • Test code follows @roji's suggestion.

Note

This test is expected to fail on EF Core 9, since the fix (dotnet/efcore#35257) is only included in EF Core 10. As @lauxjpn mentioned, this test is intended to be merged when the project upgrades to EF Core 10.

Fixes #1975

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.

Implement Pomelo specific test for upstream EF Core fix The order of ExecuteUpdate setters is not preserved #35361

1 participant