| Bug #76293 | MySQLConnectionStringBuilder spelling error | ||
|---|---|---|---|
| Submitted: | 12 Mar 2015 13:37 | Modified: | 17 Dec 2019 16:00 |
| Reporter: | Michiel Hazelhof | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | Connector / NET | Severity: | S3 (Non-critical) |
| Version: | 6.9.6 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | ConnectionStringBuilder, spelling, TableCaching | ||
[12 Mar 2015 13:56]
Chiranjeevi Battula
Hello Michiel Hazelhof, Thank you for the bug report. Verified this with MySQL Connector/Net 6.9.6. Thanks, Chiranjeevi.
[7 Apr 2016 13:29]
Michiel Hazelhof
Will this be released with the upcomming version?
[17 Dec 2019 3:48]
Bradley Grainger
This appears to have been fixed at some point in the 8.x release cycle: https://github.com/mysql/mysql-connector-net/commit/334b698006424d524dce405d5ee46c7b3eb02b...
[17 Dec 2019 16:00]
Daniel Valdez
Posted by developer: No longer an issue. Verified using C/NET 8.0.19

Description: On line 727 the following is defined: "set { SetValue("tablecachig", value); }", the element is misspelled leading to broken connection strings. How to repeat: Use MySqlConnectionStringBuilder set the TableCaching property and use the ConnectionString property to create a new connection.