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 11---
2- lastmod : 2022-12-05
2+ lastmod : 2022-12-18
33date : 2017-03-27
44menu :
55 main :
@@ -10,6 +10,16 @@ weight: 30
1010
1111# Version History
1212
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+
1323### 2.2.2
1424
1525* 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