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

Post by Devart » Thu 07 May 2015 11:10

Dear users,

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

In this version:

LinqConnect (formerly known as LINQ to MySQL)
  • The bug related to not submitting new records, when EntityRef of the corresponding entity class is set to null, is fixed
  • The bug related to re-materialization of objects of the same type when performing methods that are mapped to different stored procedures is fixed
  • The bug with loading metadata and query performing when ITable<TEntity> is used instead of Table<TEntity> is fixed
  • The bug with the materialization of UInt32 values greater than Int32.MaxValue is fixed
Entity Framework support
  • The MySqlFunctions.Collate method for including the COLLATE operator with a necessary collation in generated SQL is added
  • The config.QueryOptions.ComparisonCollation option is implemented to use the COLLATE operator with a required collation when comparing strings in "equal" and "not equal" cases
  • The config.QueryOptions.LikeCollation option is added to use the COLLATE operator with a specified collation for .Contains/.StartsWith/.EndsWith methods
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked