New build of dotConnect for MySQL 8.3.239 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for MySQL 8.3.239 is available!

Post by Devart » Thu 04 Sep 2014 11:14

Dear users,

New build of dotConnect for MySQL 8.3.239 is available for download now.

In this version:
  • The bug with changing the database name case to lower when executing the MySqlSyncDescriptionBuilder.GetDescriptionForTable method is fixed
  • The bug with returning 0 instead of -1 for all statements except UPDATE, DELETE, INSERT statements is fixed
  • The bug with invalid script when table has only primary key columns for Sync Framework support is fixed
LinqConnect (formerly known as LINQ to MySQL)
  • The bug related to the NullReferenceException on SubmitChanges, when working with association between classes involved in complex TPT hierarchy, is fixed
Entity Developer
  • The Remove Invalid Characters option (by default, True) is added to the Model Naming rules; if it is set to False, all invalid characters will be replaced with underscores
  • The Enable WinForms Data Binding property of the DbContext template is implemented (Entity Framework models)
  • The Property Change Partial Methods property of the DbContext template is implemented for generating partial methods On%PropertyName%Changing and On%PropertyName%Changed for each primitive property of entity classes (Entity Framework models)
  • The behaviour is changed: now partial configuration classes are generated when DbContext template is used with Fluent Mapping=True and Mapping Generation Strategy=UseConfigurationClasses options (Entity Framework models)
  • The bug with the wrong code generation for associations when DbContext template is used with Fluent Mapping=True and Mapping Generation Strategy=UseAttributes options is fixed (Entity Framework models)
  • The bug with generating DatabaseGeneratedAttribute for non-EntityKey properties when using attribute mapping (DbContext template) is fixed (Entity Framework models)
  • The bug with generating DatabaseGeneratedAttribute for all EntityKey properties when using fluent mapping (DbContext template) is fixed (Entity Framework models)
  • The bug related to the "An error occurred during an attempt to compile the template 'LinqConnect'." error in Windows Store applications is fixed (LinqConnect models)
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked