yangzhongke / Zack.EFCore.Batch

Deleting or Updating multiple records from a LINQ Query in a SQL statement without loading entities
GNU General Public License v3.0
590 stars 85 forks source link

No logging of DELETE queries in case of DeleteRangeAsync #111

Closed senglory closed 1 year ago

senglory commented 1 year ago

.NET 6 + EF Core - see only insert queries from EF Core in my logs but not even a single DELETE from DeleteRangeAsync. At the same time .RemoveRange+SaveChangesAsync produces DELETE queries in the log.

yangzhongke commented 1 year ago

It works on my computer. image

image