sqliteef6migrations icon indicating copy to clipboard operation
sqliteef6migrations copied to clipboard

System.Data.SQLite.EntityFramework.Migrations - Migrations for SQLite Entity Framework provider

Results 9 sqliteef6migrations issues
Sort by recently updated
recently updated
newest added

When I tried to add a new column with a default value, the default value was not included in the SQL statement. For example, ``` public override void Up() {...

DefaultValueSql is now taken into account in AddTable & AddColumn Migrations.

This library should be signed with a strong name

I'm using package id="SQLite.EF6.Migrations-Extensible" version="1.0.106" targetFramework="net472" But can't get it to work in VS2019. I've posted my question at https://stackoverflow.com/questions/58767771/cant-get-sqlite-to-work-in-vs2019-with-ef6

Is not supported .NetFramework4.0 Can you support .NetFramework4.0?

Hi, I am having some trouble with the migration to sql lite which has schema defined : Below is my Models **I have below Model"** ``` public abstract class BaseEntity...

enhancement

I am using the latest System.Data.Sqlite.EF6 - version 1.118.0 (and the earliest I can find on Nigget is 1.115). When trying to add a migration with add-migration I get: `...