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 SaveChanges method deletes the database when using the 'in-memory' mode after a call to the SaveChanges method. This issue occured in version 1.1.0.
Further technical details
EF Core version: 1.1.0
EF Core Sqlite version: 1.1.0
DotNetCore SDK version: 1.0.0-preview2-1-003177
Operating system: Win10
Visual Studio version: VS 2015
The text was updated successfully, but these errors were encountered:
arnaudauroux
changed the title
Database is deleted after have saved changes when using the Sqlite provider 'in-memory' mode
Database is deleted after saving changes when using the Sqlite provider 'in-memory' mode
Dec 1, 2016
Steps to reproduce
The complete reproduction step solution is available here : https://github.com/arnaudauroux/dotnetcore-sqlite110-issue
The issue
The SaveChanges method deletes the database when using the 'in-memory' mode after a call to the SaveChanges method. This issue occured in version 1.1.0.
Further technical details
EF Core version: 1.1.0
EF Core Sqlite version: 1.1.0
DotNetCore SDK version: 1.0.0-preview2-1-003177
Operating system: Win10
Visual Studio version: VS 2015
The text was updated successfully, but these errors were encountered: