Skip to content

Getting a False Exception when connecting to Cloud Database URLs #124

Description

@dzimmanck

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions