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
+9-1Lines changed: 9 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: 2022-01-25
2
+
lastmod: 2022-01-30
3
3
date: 2017-03-27
4
4
menu:
5
5
main:
@@ -10,6 +10,14 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+
### 2.1.5
14
+
15
+
* Speed up `MySqlDataAdapter.Update` when `UpdateBatchSize` is large: [#1124](https://github.com/mysql-net/MySqlConnector/issues/1124).
16
+
* Remove `DO SLEEP(0)` use after cancelling a query: [#1115](https://github.com/mysql-net/MySqlConnector/issues/1115).
17
+
* This improves compatibility with MariaDB Xpand.
18
+
* Encode NUL bytes as `\0` on the write: [#1121](https://github.com/mysql-net/MySqlConnector/issues/1121).
19
+
* This improves compatibility with SingleStore.
20
+
13
21
### 2.1.4
14
22
15
23
* Fix `InvalidOperationException` if `MySqlDataReader.RecordsAffected` was read after calling `Close()` or `Dispose()`: [#1122](https://github.com/mysql-net/MySqlConnector/issues/1122).
0 commit comments