Skip to content

0.67.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 30 May 23:00
· 1204 commits to master since this release
0.67.0
8f96f0c
  • Breaking Add new implementations of MySqlCommand.ExecuteReaderAsync that return Task<MySqlDataReader>: #822.
  • Breaking MySqlBulkCopy.DestinationTableName must be quoted if it contains reserved keywords or characters: #818.
  • Automatically create expressions for BIT and binary columns in MySqlBulkCopy: #816.
  • Throw an exception from MySqlBulkCopy if not all rows were inserted: #814.
  • Add logging to MySqlBulkCopy.
  • Detect simple column mapping errors in MySqlBulkCopy.