2.1.0
#1094
Replies: 1 comment 4 replies
-
I see that 2.1.x nugets ship assembly with 2.0.0 version. Is it expected change in v2 branch? v0/v1 releases had assembly version matching nuget version. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pipelining = False;
in the connection string.MySqlCommand.Attributes
collection to send them to the server when the command is executed.MySqlDecimal
support: Implement MySqlDecimal #1070.MySqlDataReader.GetX
exceptions forNULL
values: Unhelpful exception message when reading NULL value #1092.MySqlConnector.Logging.Microsoft.Extensions.Logging
MySqlConnector.
by default: MySqlConnector.Logging.Microsoft.Extensions.Logging is not prefixing the category name like other loggers #1080.MicrosoftExtensionsLoggingLoggerProvider(loggingFactory, omitMySqlConnectorPrefix: true)
..UseMySqlConnectorLogging()
extension method to add logging easily.This discussion was created from the release 2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions