Skip to content

Releases: msallin/SQLiteCodeFirst

v1.2.0.12

Choose a tag to compare

@msallin msallin released this 21 Apr 09:18

v1.1.11.0

Choose a tag to compare

@msallin msallin released this 18 Jan 08:12

v1.0.0.0

Choose a tag to compare

@msallin msallin released this 31 Oct 13:26

v0.9.8.0

Choose a tag to compare

@msallin msallin released this 15 Jul 19:10
  • 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

Choose a tag to compare

@msallin msallin released this 12 Jul 09:34

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

Choose a tag to compare

@msallin msallin released this 21 Jun 13:01

v0.9.5.0

Choose a tag to compare

@msallin msallin released this 13 Apr 10:50

Build for .Net 4.0 and .Net 4.5

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

v0.9.4.0

Choose a tag to compare

@msallin msallin released this 09 Apr 07:42

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

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

v0.9.3.0

Choose a tag to compare

@msallin msallin released this 04 Apr 19:56

v0.1-apha.3

v0.1-apha.3 Pre-release
Pre-release

Choose a tag to compare

@msallin msallin released this 31 Mar 20:18

Introduced SqliteDropCreateDatabaseAlways<> and SqliteCreateDatabaseIfNotExists<>

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