Skip to content

0.62.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 29 Feb 20:44
· 1234 commits to master since this release
0.62.0
c21636e
  • Experimental Add new MySqlBulkCopy class for efficiently loading a table from a DataTable or IDataReader: #737.
    • Known issue: individual data values larger than 16MiB cannot be sent.
  • Improve nullability annotations.
    • MySqlCommand.CommandText defaults to the empty string: #743.
    • Breaking Return empty schema when there is no result set: #744.
  • Optimize MySqlDataReader.GetInt32: #725.
  • Set TCP Keepalive for all operating systems: #746.
  • Remove properties from MySqlConnectionStringBuilder when they're set to null: #749.
  • Send shorter connector version to server: #765.
  • Throw better exception for invalid connection string values: #763.
  • Fix KeyNotFoundException in GetAndRemoveStream: #757.
  • Reduce ObjectDisposedExceptions thrown from MySqlCommand.