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

Post by Devart » Thu 08 Aug 2013 11:41

Dear users,

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

In this version:
  • The IncludeUse property of MySqlDump is implemented to specify whether to include the 'Use Database' statement in backup file
  • The IncludeDatabaseUsersOnly property of MySqlDump is implemented to include only users that have privileges in specified database in backup file
  • The CommitBatchSize property of MySqlDump is implemented to specify the size limit of a single insert statement with multiple values in the script
  • The support of asynchronous backing up and restoring for MySqlDump is implemented
  • The bug with compatibility of Devart.Data.MySql.Web.dll for .NET Framework 2 and 4 in Visual Studio 2010, that is automatically added to the project when adding the MySqlDataSource component to the web form, is fixed
Entity Developer
  • The "Model Name As Files Prefix" property is implemented for the templates which generate classes for model entities
  • The possibility of adding custom attributes to enum members is implemented
  • The behaviour is changed: the possibility to exclude the generation of keys (primary, foreign) in "Update Database From Model" and "Generate Database Script From Model " wizards is added
  • The behaviour is changed: the possibility to add one-to-one associations with nullable foreign key properties is added (LinqConnect models)
  • The behaviour is changed: a table storage engine is not set explicitly in the generated DDL
  • The behaviour is changed: now by default MVC Controller template generates files in the model folder, MVC View Advanced template creates files in the Views model subfolder
  • The bug with breaking the parameters order in Generator Parameters Editor is fixed (LinqConnect models)
  • The bug with an error during a compilation of the 'LinqConnect' template for VB.NET projects in Visual Studio 2008 is fixed (LinqConnect models)
  • The bug with breaking the IdGenerator configuration after closing the model is fixed (LinqConnect models)
  • The bug with generating code by Self-Tracking Entity template is fixed (Entity Framework models)
  • The bug with parsing *.edmx is fixed
Entity Framework support
  • The bug with converting data types when using Batch Updates is fixed
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked