Generate idempotent scripts in Entity Framework Core 2 Code-First Migrations.
The Entity Framework Core Code-First Migrations script now checks for the existence of the MigrationHistory table.
Get the total number of records, processed by the ExecuteArray and ExecuteNonQuery methods, from MERGE queries in OCI mode.
Added destructor to DataContext class.
Added support for Entity Framework Core 1.1.5 and 2.0.3.
不具合の修正
Fixed bug "ORA-00920: invalid relational operator" error in the WHERE clause in Entity Framework Core 2.
Fixed bug with missing Devart.Data.Oracle.Entity namespace in *.Designer.cs generated by Entity Framework Core 2 Code-First Migrations via Devart NuGet package.
Fixed bug with DateTime properties, when config.CodeFirstOptions.UseDateTimeAsDate is set to True, in Entity Framework Core.