Open adraut opened 4 years ago
Hi @roji I upgraded EF core version 3.1 to 5 with new feature SavePoints (auto created when use transaction manual)
I have a memory-optimized table in SQL Server 2016.
When I call the "SaveChanges" command the system throws an exception "Creating a savepoint is not supported with memory optimized tables." How can I turn off savepoints when use memory optimized tables in transaction sql ?
NOTE: If I use TransactionScope then success.
Please give me the solution to handle this situation
Thank you
@phonglevishn a in https://github.com/dotnet/EntityFramework.Docs/pull/2698#issuecomment-735734472, I've opened https://github.com/dotnet/efcore/issues/23526 (this isn't really related to this issue).
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.