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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
lastmod: 2018-10-12
2
+
lastmod: 2019-05-11
3
3
date: 2017-03-27
4
4
menu:
5
5
main:
@@ -11,6 +11,12 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+
### 0.54.0
15
+
16
+
* Implement batch updates in `MySqlDataAdapter`: [#635](https://github.com/mysql-net/MySqlConnector/issues/635).
17
+
* See [Performing Batch Operations Using DataAdapters](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/performing-batch-operations-using-dataadapters) for information about the API.
18
+
* Improve compatibility with latest Azure Database for MySQL changes.
19
+
14
20
### 0.53.0
15
21
16
22
***Breaking**`MySqlDataReader.GetTextReader()` will throw an `InvalidCastException` if the field value is NULL. Previously, it would return a `StringReader` wrapping an empty string.
0 commit comments