MySQL Connector/NET Release Notes  /  Changes in MySQL Connector/Net 6.8  /  Changes in MySQL Connector/NET 6.8.3 (2013-12-20, General Availability)

Changes in MySQL Connector/NET 6.8.3 (2013-12-20, General Availability)

MySQL Connector/Net 6.8.3 is the first GA release for the 6.8.x series of the .NET driver for MySQL. It can be used for production environments.

MySQL Connector/Net 6.8.3 supports Entity Framework 6.0. It is appropriate for use with MySQL server versions 5.0-5.6.

Bugs Fixed

  • A MySQL-session-state-enabled web application threw exceptions for referencing the wrong table name my_aspnet_Sessions (instead of the correct name my_aspnet_sessions). This was due to the incorrect case handling of the SQL queries for MySqlSessionStateStore. (Bug #17960855, Bug #19211384, Bug #69652)

  • The RenameColumn operation in an Entity Framework migration threw an Unknown column 'no' in the 'field list' error when Update-Database was applied. (Bug #17959787, Bug #71102)

  • The Connector/NET installer failed if .NET Framework 4.0 was not installed.

  • An error occurred when MySqlProviderFactoryResolver was used with .NET Framework 4.0 and Entity Framework 6.