The order of ExecuteUpdate setters is not preserved #35361
Labels
area-bulkcud
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
For the following ExecuteUpdate:
... we generate the following SQL:
Note that the SQL order of the setters is reversed; this is important, as there can be a dependency between the setters. We should preserve the original LINQ ordering.
Originally flagged in PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#1776
Full repro
The text was updated successfully, but these errors were encountered: