This release fixes bugs since 6.4.1.
Bugs Fixed
Modified ProviderManifest.xml to map
TIMESTAMP database columns to the
DateTime .NET type.
(Bug #55351, Bug #12652602)
Modified MySqlConnection.BeginTransaction to
throw a NotSupportedException for
Snapshot isolation level.
(Bug #61589, Bug #12698020)
Fixed Entity Framework provider GROUP BY
clause generation by adding all group-by keys to the
SELECT statement.
(Bug #46742, Bug #12622129)
