dotConnect for DB2 V2.1.200 released

Released: Feb 2, 2017

Updates in V2.1.200

Features

  • Now supports the AddUniqueConstraintOperation and DropUniqueConstraintOperation operations in EF Core Code-First Migrations.
  • Support for Visual Studio 2017 Release Candidate.

Fixes

  • Fxied bug creating a predefined Migrations History table in EF Core, when config.Workarounds.DisableQuoting = true.
  • Fixed bug comparing non-nullable properties in LINQ query when config.QueryOptions.UseCSharpNullComparisonBehavior = true.
  • Fixed bug "Operation is not valid due to the current state of the object" error with Batch Updates in EF1/EF4/EF5/EF6, if the previous SaveChanges() failed.