We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I defined my connection string using 'initial catalogue' instead of 'database'. However, this line of code then does not work correctly: https://github.com/DbUp/DbUp/blob/c8f94a2ff915e651b5b573328e0f01d50d8241c4/src/dbup-mysql/MySqlExtensions.cs#L27
I suggesting using the MySqlConnectionStringBuilder to parse the connection string.
The text was updated successfully, but these errors were encountered:
I agree, sounds like a great idea.
Happy for you to submit a PR if you have time, @darraghjones. Otherwise someone will have a look as soon as they are free.
Sorry, something went wrong.
No branches or pull requests
I defined my connection string using 'initial catalogue' instead of 'database'. However, this line of code then does not work correctly:
https://github.com/DbUp/DbUp/blob/c8f94a2ff915e651b5b573328e0f01d50d8241c4/src/dbup-mysql/MySqlExtensions.cs#L27
I suggesting using the MySqlConnectionStringBuilder to parse the connection string.
The text was updated successfully, but these errors were encountered: