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
When attempting to connect to a cloud based database with a URL format of
url = mysql://...
The connection appears to be successful but I get an exception, ironically, from the print statement attempting to notify me of the success.
This is due to the Invalid IPv6 URL exception thrown by the stripped_db_url() function.
If you must strip for this print statement, I recommend passing that exception or using a more robust stripper.
The text was updated successfully, but these errors were encountered:
Thanks for the issue, are you able to create a PR to address?
Sorry, something went wrong.
No branches or pull requests
When attempting to connect to a cloud based database with a URL format of
url = mysql://...
The connection appears to be successful but I get an exception, ironically, from the print statement attempting to notify me of the success.
This is due to the Invalid IPv6 URL exception thrown by the stripped_db_url() function.
If you must strip for this print statement, I recommend passing that exception or using a more robust stripper.
The text was updated successfully, but these errors were encountered: