Dear MySQL users, MySQL Connector/Net 6.8.7 is a maintenance release for the 6.8.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.8.7 (2015-10-21) Functionality Added or Changed * The GB18030 Chinese character set is now supported, a character set that was added in MySQL 5.7.4. (Bug #21098546, Bug #21803306, Bug #21803300) * Generated columns (GENERATION_EXPRESSION) are now supported, a feature added in MySQL 5.7.6. * The JSON type is now supported, a type that was added in MySQL 5.7.8. Bugs Fixed * A connection string that included Chinese characters for a database or uid property would emit the following exception; "MySqlException: Unknown database '???'". To solve this, the handshake process was changed to use bytes instead of encoded strings. (Bug #18141356, Bug #70041) The documentation is available at: http://dev.mysql.com/doc/connector-net/en/ Nuget packages are available at: https://www.nuget.org/packages/MySql.Data/6.8.7 https://www.nuget.org/packages/MySql.Data.Entity/6.8.7 https://www.nuget.org/packages/MySql.Web/6.8.7 Enjoy and thanks for the support! On behalf of the MySQL Connector/NET and the MySQL/ORACLE RE Team. Sreedhar S
↧
MySQL Connector/NET 6.8.7 has been released (no replies)
↧