New build of dotConnect for MySQL 6.00.69 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Locked
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

New build of dotConnect for MySQL 6.00.69 is available!

Post by Shalex » Thu 16 Dec 2010 16:32

Dear users,

New build of dotConnect for MySQL 6.00.69 is available for download now.
This version includes:
  • Supported Visual Studio 2010 Service Pack 1 Beta
  • Implemented the MySqlScript.Delimiter property
  • Added "Transaction Scope Local" connection string option that enables the support for non-distributed transactions in the TransactionScope implementation
  • Improved interface in DbLoader class - added string and integer indexers
  • Added overloads for methods of DbDataReaderBase class with column name parameter
  • Changed behaviour: when clearing the pool, the number of connections specified in 'Min Pool Size' is never removed
LinqConnect (formerly known as LINQ to MySQL)
  • Implemented support for custom type arguments in LinqConnect compiled queries
  • Fixed bug with redundant subqueries and Order By clauses in commands generated for entities with configured load options
  • Fixed bug with Visual Basic code generation for sequence-generated entity properties
  • Fixed bug with the DataContext.Query method in the case when TResult is not an entity class
  • Fixed bug with the 'The process was terminated due to an unhandled exception' error on severely loaded applications
  • Fixed bug with inserting new rows into tables with auto-generated fields
Entity Developer
  • Fixed bug with the null-reference exception when adding LinqConnect model to web site folders other than App_Code
  • Fixed bug with decimal default value generation
Entity Framework support
  • Entity Data Model Wizard and Update Model from Database Wizard in Visual Studio 2010 Service Pack 1 Beta supported
  • Improved SQL generation for IN (Entity SQL) and Contains (LINQ to Entities) clauses
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked