Page 1 of 1

New build of dotConnect for DB2 2.3.597 is available!

Posted: Thu 20 Sep 2018 11:27
by Devart
Dear users,

New build of dotConnect for DB2 2.3.597 is available for download now.

In this version:

Entity Developer
  • Using an extended property of type OutputInfo is supported
  • Code generated for nullable properties is simplified: now T? is generated instead of System.Nullable<T>
  • An additional constructor that accepts DbContextOptions as an argument is added to the DbContext class descendant in the VB.NET version of the DbContext template for EF Core
  • The bug with "No database provider has been configured for this DbContext." in the DbContext template for EF Core is fixed
  • The bug with code generation for nullable properties for EF1/EF4/EF5/EF6 is fixed
Entity Framework Support
  • Entity Framework Core 2.1.3 is supported
  • The bug with throwing an error by context.Database.Migrate(), when the __EFMigrationsHistory table already exists but tables being mapped by model classes are not created yet, in EF Core 2 is fixed
  • The bug with a memory leak in EF Core 2, when a connection is set for DbContext as an DB2Connection instance, and not via a connection string, is fixed
  • The bug with creating database objects in the same schema by several EF Core contexts in Code-First approach is fixed

Devart development team
http://www.devart.com/dotconnect/db2/