Hi,
MySQL Connector/Net 6.0.2, a new version of the all-managed .NET
driver for MySQL has been released. This is a beta release
and is intended to introduce you to the new features and
enhancements we are planning. This release should not be
used in a production environment.
This release was quickly pushed out due to a problem that caused 6.0.1 to not register with Visual Studio correctly. We also made a small correction to a previous bug fix. SQL generated from entity framework for stored procedures will now not directly reference the schema. This allows the model to move to a different database without need of change. We had previously made this change for tables but failed to do so for procedures.
It is now available in source and binary form from [http://dev.mysql.com/downloads/connector/net/6.0.html] …
[Read more]