MySQL Connector/NET Release Notes  /  Changes in MySQL Connector/Net 6.4  /  Changes in MySQL Connector/NET 6.4.2 (2011-06-29, Alpha)

Changes in MySQL Connector/NET 6.4.2 (2011-06-29, Alpha)

This release fixes bugs since 6.4.1.

Bugs Fixed

  • Modified MySqlConnection.BeginTransaction to throw a NotSupportedException for Snapshot isolation level. (Bug #61589, Bug #12698020)

  • Modified ProviderManifest.xml to map TIMESTAMP database columns to the DateTime .NET type. (Bug #55351, Bug #12652602)

  • Fixed Entity Framework provider GROUP BY clause generation by adding all group-by keys to the SELECT statement. (Bug #46742, Bug #12622129)