You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/overview/version-history.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,15 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+
### 0.67.0
15
+
16
+
***Breaking** Add `new` implementations of `MySqlCommand.ExecuteReaderAsync` that return `Task<MySqlDataReader>`: [#822](https://github.com/mysql-net/MySqlConnector/issues/822).
17
+
***Breaking**`MySqlBulkCopy.DestinationTableName` must be quoted if it contains reserved keywords or characters: [#818](https://github.com/mysql-net/MySqlConnector/issues/822).
18
+
* Automatically create expressions for `BIT` and binary columns in `MySqlBulkCopy`: [#816](https://github.com/mysql-net/MySqlConnector/issues/816).
19
+
* Throw an exception from `MySqlBulkCopy` if not all rows were inserted: [#814](https://github.com/mysql-net/MySqlConnector/issues/814).
20
+
* Add logging to `MySqlBulkCopy`.
21
+
* Detect simple column mapping errors in `MySqlBulkCopy`.
0 commit comments