Skip to content

2.1.7

Compare
Choose a tag to compare
@bgrainger bgrainger released this 20 Feb 16:58
· 651 commits to master since this release
2.1.7
7c79eee
  • MySqlCommand no longer automatically appends a semicolon to the user-provided CommandText: #1133.
    • This improves compatibility with Sphinx Search (SphinxQL).
  • MySqlBulkCopy supports MySqlDecimal, BigInteger, DateOnly, TimeOnly: #1143.
  • Fix InvalidOperationException when the TLS Version connection string option contains multiple values: #1138.