Releases: msallin/SQLiteCodeFirst
Releases · msallin/SQLiteCodeFirst
v1.0.0.0
v0.9.8.0
- Several Bugfixes
- Updated to EF 6.1.3 and SQLite 1.0.97.0
v0.9.7.0
Several Bugfixes.
There is one breaking change:
You must not overload the connection string as constructor parameter for the Intializers anymore.
The connetion string is no taken from the DatabaseContext.
Just delete the overload for the connection string to fix the build error.
v0.9.6.0
Several Bugfixes.
v0.9.5.0
Build for .Net 4.0 and .Net 4.5
v0.9.4.0
Support for creating indices by using the "Index" Annotation.
v0.9.3.0
v0.1-apha.3
Introduced SqliteDropCreateDatabaseAlways<>
and SqliteCreateDatabaseIfNotExists<>
Breaking Change
SqliteContextInitializer<>
is no longer usable.
Use SqliteDropCreateDatabaseAlways<>
or SqliteCreateDatabaseIfNotExists<>