Skip to content

Commit

Permalink
Bug#34535732 [Contribution: Fix malformed URL]
Browse files Browse the repository at this point in the history
This patch fixed a malformed URL.

Change-Id: I74f303b67df093b42a929a793e5ac172791b6324
  • Loading branch information
omachavez committed Aug 26, 2022
1 parent 56ea6cf commit d3b2267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Improved the performance for the Add(object value) method of the MySqlParameterCollection object (MySQL Bug #105997, Oracle Bug #33710643).
- Fixed a bug that closes the connection when an exception occurs and prevents the rollback from happening when using transactions (MySQL Bug #107110, Oracle Bug #34107186).
- Fixed a bug that raised an exception when using Int24 data type in prepared commands (MySQL Bug #95986, Oracle Bug #29959095).
- Contribution: Fixed a malformed URL (MySQL Bug #108290, Oracle Bug #34535732). Thanks to Adam Croot for the contribution.


8.0.30
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Contributing to this project is easy. You just need to follow these steps:
* Make sure you are aware of the requirements for the project (e.g. don't require .NET Core 3.0 if we are curently supporting .NET Core 2.2 and lower).
* Validate your pull request by including tests that sufficiently cover the functionality.
* Verify that the entire test suite passes with your code applied.
* Submit your pull request. While you can submit the pull request via [Github](https://github.com/mysql/mysql-connector-net/pulls), you can also submit it directly via [bugs.mysql.com](bugs.mysql.com).
* Submit your pull request. While you can submit the pull request with [Github](https://github.com/mysql/mysql-connector-net/pulls), you can also submit it directly with [bugs.mysql.com](https://bugs.mysql.com).

Thanks again for being willing to contribute to MySQL. We truly believe in the principles of open source and appreciate any and all contributions to our projects.

Expand Down

0 comments on commit d3b2267

Please sign in to comment.