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: 2021-12-21
2
+
lastmod: 2021-12-22
3
3
date: 2017-03-27
4
4
menu:
5
5
main:
@@ -10,6 +10,12 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+
### 2.1.2
14
+
15
+
* Fix incorrect results when using prepared commands with MySQL Server 8.0.23–8.0.25.
16
+
* Those server versions advertise support for query attributes, but do not fully support them for prepared statements.
17
+
* The server-side bug is triggered by the client-side support for query attributes added in MySqlConnector 2.1.0.
18
+
13
19
### 2.1.1
14
20
15
21
* Fix `InvalidOperationException` when `OpenAsync` is called again after being canceled: [#1097](https://github.com/mysql-net/MySqlConnector/issues/1097).
0 commit comments