2.1.7
MySqlCommand
no longer automatically appends a semicolon to the user-providedCommandText
: #1133.- This improves compatibility with Sphinx Search (SphinxQL).
MySqlBulkCopy
supportsMySqlDecimal
,BigInteger
,DateOnly
,TimeOnly
: #1143.- Fix
InvalidOperationException
when theTLS Version
connection string option contains multiple values: #1138.