efcore icon indicating copy to clipboard operation
efcore copied to clipboard

Configuration to opt out of occasionally problematic SaveChanges optimizations

Open ajcvickers opened this issue 3 years ago • 0 comments

For SQL Server, there are problems when using:

  • Triggers #27531
  • Certain computed columns https://github.com/dotnet/EntityFramework.Docs/issues/4130

For SQLite, there are problems when using:

  • Virtual tables #29512
  • Triggers #29811

ajcvickers avatar Dec 22 '22 12:12 ajcvickers