
Generate idempotent scripts in Entity Framework Core 2 Code-First Migrations for PostgreSQL 9.0 and higher.
Features
- Generate idempotent scripts in Entity Framework Core 2 Code-First Migrations for PostgreSQL 9.0 and higher.
- Added support for the DeleteDatabaseBehaviour.Database value in Entity Framework Core 2.
- Added destructor to DataContext class.
- Added support for Entity Framework Core 1.1.5 and 2.0.3.
Fixes
- Fixed bug using EnsureSchema in Entity Framework Core against PostgreSQL 9.2 and earlier, if schema names should be quoted when the schema exists but the required tables are missing.
- Fixed bug with missing Devart.Data.PostgreSql.Entity namespace in *.Designer.cs generated by Entity Framework Core 2 Code-First Migrations via Devart NuGet package.
- Fixed bug generating command separators in the Entity Framework Core 2 Code-First Migrations script.