Skip to content

0.66.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 07 May 15:51
· 1120 commits to master since this release
0.66.0
60ceaed
  • Breaking Add MySqlBulkCopy.RowsCopied property: #809.
    • The RowsCopied event is renamed to MySqlRowsCopied.
    • The MySqlRowsCopied event is no longer guaranteed to be raised at the end of copying.
  • Fix NullReferenceException when calling a stored procedure with an ENUM parameter: #812.
  • Track MySqlParameter name changes (when added to a MySqlParameterCollection): #811.