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
The above code can be executed normally in entityframeworkcore5, and ef6.db-shm and ef6.db-wal can be cleaned up automatically.
After upgrading entityframeworkcore6, a write data exception will occur. Data will only be written to ef6.db-wal. There is no data in ef6.db, and ef6.db-shm and ef6.db-wal will not be cleaned up automatically. This phenomenon also occurs when PM> Update-Databaseis executed.
class
Program.cs
The above code can be executed normally in
entityframeworkcore5
, andef6.db-shm
andef6.db-wal
can be cleaned up automatically.After upgrading
entityframeworkcore6
, a write data exception will occur. Data will only be written toef6.db-wal
. There is no data inef6.db
, andef6.db-shm
andef6.db-wal
will not be cleaned up automatically. This phenomenon also occurs whenPM> Update-Database
is executed.EF Core version:
Database provider: (e.g. Microsoft.EntityFrameworkCore.Sqlite 6.0.0)
Target framework: (e.g. .NET 6.0)
Operating system:
IDE: (e.g. Visual Studio 2022 17.0.1)
The text was updated successfully, but these errors were encountered: