Skip to content

Releases: msallin/SQLiteCodeFirst

v1.0.0.0

31 Oct 13:26
Compare
Choose a tag to compare

v0.9.8.0

15 Jul 19:10
Compare
Choose a tag to compare
  • Several Bugfixes
  • Updated to EF 6.1.3 and SQLite 1.0.97.0

https://www.nuget.org/packages/SQLite.CodeFirst/

v0.9.7.0

12 Jul 09:34
Compare
Choose a tag to compare

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.

https://www.nuget.org/packages/SQLite.CodeFirst/

v0.9.6.0

21 Jun 13:01
Compare
Choose a tag to compare

v0.9.5.0

13 Apr 10:50
Compare
Choose a tag to compare

v0.9.4.0

09 Apr 07:42
Compare
Choose a tag to compare

Support for creating indices by using the "Index" Annotation.

https://www.nuget.org/packages/SQLite.CodeFirst/

v0.9.3.0

04 Apr 19:56
Compare
Choose a tag to compare

v0.1-apha.3

31 Mar 20:18
Compare
Choose a tag to compare
v0.1-apha.3 Pre-release
Pre-release

Introduced SqliteDropCreateDatabaseAlways<> and SqliteCreateDatabaseIfNotExists<>

Breaking Change
SqliteContextInitializer<> is no longer usable.
Use SqliteDropCreateDatabaseAlways<> or SqliteCreateDatabaseIfNotExists<>