File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- lastmod : 2022-12-05
2
+ lastmod : 2022-12-18
3
3
date : 2017-03-27
4
4
menu :
5
5
main :
@@ -10,6 +10,16 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+ ### 2.2.3
14
+
15
+ * Avoid renormalizing parameter names when executing a prepared command: [ #1252 ] ( https://github.com/mysql-net/MySqlConnector/pull/1252 ) .
16
+ * Fix "Unknown column SRS_ID" error in ` GetSchema ` : [ #1258 ] ( https://github.com/mysql-net/MySqlConnector/issues/1258 ) .
17
+ * Use a standardized value for the ` TableName ` property of the ` DataTable ` returned from ` GetSchema ` .
18
+ * Minor performance improvements.
19
+ * Remove ` FormatInvariant ` internal helper method: [ #1253 ] ( https://github.com/mysql-net/MySqlConnector/pull/1253 ) .
20
+ * Eliminate temporary byte array when getting real server version.
21
+ * Thanks to [ Yoshifumi Kawai] ( https://github.com/neuecc ) for contributions to this release.
22
+
13
23
### 2.2.2
14
24
15
25
* Fix memory leak when initializing a TLS connection: [ #1247 ] ( https://github.com/mysql-net/MySqlConnector/issues/1247 ) .
You can’t perform that action at this time.
0 commit comments