1.4.0-beta.3
Pre-release
Pre-release
·
803 commits
to master
since this release
- Breaking Remove
netstandard1.3
target framework: #1031. - Breaking Seal
MySqlCommandBuilder
andMySqlConversionException
. - Fix incorrect value for
MySqlCommand.LastInsertedId
when executing multiple commands: #1026. - Add
[Category]
,[DefaultValue]
, and[Description]
attributes to allMySqlConnectionStringBuilder
properties. - Fix
MySqlConnectionStringBuilder.TryGetValue
: #1030. - Breaking Change how option keys are serialized when retrieving the
MySqlConnectionStringBuilder.ConnectionString
property:- For example,
User Id
is nowUser ID
,DefaultCommandTimeout
is nowDefault Command Timeout
, etc. - All existing connection strings are still valid, and all the previous aliases for connection string options are still accepted.
- The primary connection string option key is listed first in the documentation at https://mysqlconnector.net/connection-options/.
- For example,