File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11---
2- lastmod : 2023-04-15
2+ lastmod : 2024-01-14
33date : 2016-10-16
44title : Connection Options
55customtitle : MySQL Connection String Options for .NET/C#
Original file line number Diff line number Diff line change 11---
2+ lastmod : 2024-01-14
23date : 2023-11-11
34menu :
45 main :
Original file line number Diff line number Diff line change 11---
2- lastmod : 2023-12-19
2+ lastmod : 2024-01-14
33date : 2017-03-27
44menu :
55 main :
@@ -11,6 +11,14 @@ weight: 30
1111
1212# Version History
1313
14+ ### 2.3.4
15+
16+ * Unify ` Application Name ` connection string option and ` MySqlDataSourceBuilder.UseName ` : [ #1434 ] ( https://github.com/mysql-net/MySqlConnector/issues/1434 ) .
17+ * Remove TLS version fallback code: [ #1409 ] ( https://github.com/mysql-net/MySqlConnector/issues/1409 ) .
18+ * Fix ` ArgumentOutOfRangeException ` in ` TimerQueue.Add ` : [ #1424 ] ( https://github.com/mysql-net/MySqlConnector/issues/1424 ) .
19+ * Fix ` InvalidCastException ` when using stored procedures with MySQL 5.0: [ #1431 ] ( https://github.com/mysql-net/MySqlConnector/issues/1431 ) .
20+ * Fix hang when disposing ` MySqlDataSource ` twice on .NET Framework.
21+
1422### 2.3.3
1523
1624* Support ` COLUMN_NAME ` restriction for ` IndexColumns ` schema; this improves NHibernate compatibility.
You can’t perform that action at this time.
0 commit comments