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

Post by Devart » Fri 08 Jun 2012 12:09

Dear users,

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

In this version:
  • Visual Studio 2012 Release Candidate is supported
  • The Initialization Command connection string parameter is implemented
  • The MemCryptStorage class for storing SSL certificates in the application memory is implemented
  • The behaviour is changed: the 'sender' parameter in MonitorEventHandler is a connection and the MonitorEventArgs.ExtraInfo property is filled with the connection string
LinqConnect (formerly known as LINQ to MySQL)
  • The CreateDatabase bug with creating a table for an entity type with multiple complex type fields is fixed
  • The CreateDatabase bug with creating a table for an entity type with no primary key is fixed
  • The bug with 'IS NULL' checks for non-nullable columns is fixed
Entity Developer
  • The bug with the failure to read the complex type's Access property value is fixed (Entity Framework models)
  • The bug with saving *.edml when importing data from *.edmx is fixed (Entity Framework models)
Entity Framework support
  • The config.CodeFirstOptions.RemoveSchemaFromDefaultConstraintName option for removing schema name from the default constraint name is implemented in Code-First Migrations (by default, true)
  • The config.CodeFirstOptions.AddTableNameInDefaultIndexName option for adding a table name to the default index name is implemented in Code-First Migrations (by default, true)
  • The MySqlRenameColumnConfiguration class is added for the possibility of setting column definition for the RenameColumn operation in Code-First Migrations
  • The MySqlAddForeignKeyConfiguration class for the customization of the AddForeignKey operation (setting ON UPDATE and ON DELETE actions) in Code-First Migrations is added
  • The behaviour is changed: an exception is generated for the default RenameColumn operation which is without column definition in Code-First Migrations
  • The behaviour is changed: ON UPDATE NO ACTION is generated for the AddForeignKey operation by default now in Code-First Migrations
  • The bug with quoting indexes in Code-First Migrations is fixed
  • The bug with HistoryTable in Code-First Migrations when using the DisableQuoting option is fixed
  • The bug with generating invalid SQL statement for the DropPrimaryKey operation in Code-First Migrations is fixed
  • The bug with adding a schema prefix to default constraint name (PK and FK) in Code-First Migrations is fixed
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked