MySQL Connector/NET 6.9.3 GA has been released
Posted by: Roberto Ezequiel Garcia Ballesteros
Date: September 08, 2014 10:16AM

Dear MySQL users,

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

It is appropriate for use with MySQL server versions 5.5-5.7.

It is now available in source and binary form from http://dev.mysql.com/downloads/connector/net/#downloadsandmirrorsites
(note that not all mirror sites may be up to date at this point-if you can't find this version on some mirror, please try again later or choose another download site.)

Changes in MySQL Connector/Net 6.9.3 (2014-09-03, General Availability)

Bugs Fixed

* Adding a new column to an existing model as identity and PK
failed when applying the migration. The generated error was:
"Incorrect table definition; there can be only one auto column
and it must be defined as a key". (Bug #19286383)

* Calling >MySqlConnection.GetSchema("PROCEDURES WITH
PARAMETERS", ...) would generate an error about a non-existent
index. This affected Intellisense when completing stored
procedures. (Bug #19289402)

The documentation is available at:
http://dev.mysql.com/doc/refman/5.7/en/connector-net.html

Enjoy and thanks for the support!

On behalf of the MySQL Connector/NET and the MySQL/ORACLE RE Team.

Options: ReplyQuote


Subject
Written By
Posted
MySQL Connector/NET 6.9.3 GA has been released
September 08, 2014 10:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.