New build of dotConnect for MySQL 7.6.242 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 7.6.242 is available!

Post by Devart » Thu 16 May 2013 12:14

Dear users,

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

In this version:

LinqConnect (formerly known as LINQ to MySQL)
  • The possibility to disable query cache via the DataContext's 'EntityCachingMode' property is added
  • The bug with inheriting an entity class from an unmapped type is fixed
  • The bug related to the 'Index was outside of the bounds of the array' error when using GroupBy in queries is fixed
  • The bug with the materializer cache and AssociateWith method is fixed
  • The bug with the CreatedDatabase() method for many-to-many associations is fixed
  • The bug with AddDays() method with negative parameters is fixed
  • The bug with inserting record with composite primary key is fixed
Entity Developer
  • The Save and Refresh buttons for persisting and reloading changes to / from a database is added to the Retrieve Data grid
  • POCO Entity template is improved: new template setting, "Property Change Notifiers", is added (LinqConnect models)
  • The behaviour is changed: a string default value for the property can be set without quotes in the Properties window
  • The behaviour is changed: the validation error is not generated when an abstract class is used in Table Per Type inheritance (Entity Framework models)
  • The bug with wrong detecting many-to-many associations is fixed (LinqConnect models)
  • The bug related to the "Unknown column 'DATETIME_PRECISION' in 'field list'" error when creating model for MySQL 6.0.10-alpha-community is fixed (LinqConnect models)
  • The bug with quoting function name in the Default Value attribute of the timestamp property in Update To Database/Generate Database Script wizards is fixed (Entity Framework models)
  • The bug with mapping nested complex data types in the MSL part of the model in the synchronization mode is fixed (Entity Framework models)
Entity Framework support
  • The config.DatabaseScript.Table.StorageEngine option for possibility of setting MySQL storage engine for creating tables with CreateDatabase() and Code-First Migrations functionality is implemented
  • The NDB storage engine is added to the list of available MySQL storage engines for Code-First
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked