Dear MySQL users,
MySQL Connector/NET 6.10.8 is the fifth GA release with .NET
Core
now supporting various connection-string options and MySQL 8.0
server
features.
To download MySQL Connector/NET 6.10.8 GA, see the “Generally
Available
(GA) Releases” tab at
http://dev.mysql.com/downloads/connector/net/
Changes in Connector/NET 6.10.8 (2018-08-14, General Availability)
Functionality Added or Changed
* Optimistic locking for database-generated fields was
improved with the inclusion of the [ConcurrencyCheck,
DatabaseGenerated(DatabaseGeneratedOption.Computed)]
attribute. Thanks to Tony Ohagan for the patch. (Bug
#28095165, Bug #91064)
* All recent additions to .NET Core 2.0 now are compatible
with the Connector/NET 6.10 implementation.
* With the inclusion of the Functions.Like extended method,
scalar-function mapping, and …