File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- lastmod : 2022-03-06
2
+ lastmod : 2022-05-15
3
3
date : 2017-03-27
4
4
menu :
5
5
main :
@@ -10,6 +10,15 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+ ### 2.1.9
14
+
15
+ * Set ` Activity ` status to ERROR if an exception occurs during ` ExecuteReader ` : [ #1171 ] ( https://github.com/mysql-net/MySqlConnector/issues/1171 ) .
16
+ * ` SSL Mode = Disabled ` is supported as a synonym for ` SSL Mode = None ` : [ #1168 ] ( https://github.com/mysql-net/MySqlConnector/issues/1168 ) .
17
+ * Added ` MySqlSslMode.Disabled ` enum value.
18
+ * ` MySqlAttribute ` implements ` ICloneable ` : [ #1169 ] ( https://github.com/mysql-net/MySqlConnector/issues/1169 ) .
19
+ * (Internal) Unix domain socket connection uses ` UnixDomainSocketEndPoint ` class: [ #1160 ] ( https://github.com/mysql-net/MySqlConnector/issues/1160 ) .
20
+ * Thanks to [ qq362220083] ( https://github.com/qq362220083 ) for contributions to this release.
21
+
13
22
### 2.1.8
14
23
15
24
* Fix bug that reset ` MySqlCommand.LastInsertedId ` to ` -1 ` between commands: [ #1147 ] ( https://github.com/mysql-net/MySqlConnector/issues/1147 ) .
You can’t perform that action at this time.
0 commit comments