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
* The `RowsCopied` event is renamed to `MySqlRowsCopied`.
18
+
* The `MySqlRowsCopied` event is no longer guaranteed to be raised at the end of copying.
19
+
* Fix `NullReferenceException` when calling a stored procedure with an `ENUM` parameter: [#812](https://github.com/mysql-net/MySqlConnector/issues/812).
20
+
* Track `MySqlParameter` name changes (when added to a `MySqlParameterCollection`): [#811](https://github.com/mysql-net/MySqlConnector/issues/811).
21
+
14
22
### 0.65.0
15
23
16
24
* Add `ColumnMappings` to `MySqlBulkCopy`: [#773](https://github.com/mysql-net/MySqlConnector/issues/773).
0 commit comments