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
* Fix exception in `MySqlBulkCopy` when a `string` value crossed a packet boundary.
27
-
* Remove properties from `MySqlConnectionStringBuilder` when they're set to `null`: [#749](https://github.com/mysql-net/MySqlConnector/issues/749).
28
-
29
-
### 0.62.0 Beta 5
14
+
### 0.62.0
30
15
16
+
***Experimental** Add new `MySqlBulkCopy` class for efficiently loading a table from a `DataTable` or `IDataReader`: [#737](https://github.com/mysql-net/MySqlConnector/issues/737)
17
+
* Known issue: individual data values larger than 16MiB cannot be sent.
31
18
* Improve nullability annotations.
32
19
*`MySqlCommand.CommandText` defaults to the empty string: [#743](https://github.com/mysql-net/MySqlConnector/issues/743).
33
-
* Return empty schema when there is no result set: [#744](https://github.com/mysql-net/MySqlConnector/issues/744).
34
-
* Set TCP Keepalive for all operating systems: [#746](https://github.com/mysql-net/MySqlConnector/issues/746).
35
-
36
-
### 0.62.0 Beta 4
37
-
20
+
***Breaking** Return empty schema when there is no result set: [#744](https://github.com/mysql-net/MySqlConnector/issues/744).
0 commit comments