You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to sqlite3's in memory database not being compatible with new bulk sql operations, we cannot test any of the .NET 7.0 bulk update/delete methods ExecuteUpdate and ExecuteDelete.
The text was updated successfully, but these errors were encountered:
Found issue while developing #264
See https://stackoverflow.com/questions/74907256/ef-7-new-executedelete-and-executeupdate-methods-not-working-on-an-in-memory-d
Due to sqlite3's in memory database not being compatible with new bulk sql operations, we cannot test any of the .NET 7.0 bulk update/delete methods
ExecuteUpdate
andExecuteDelete
.The text was updated successfully, but these errors were encountered: