I typed in a ':' instead of a '/' when spesifying a database to connect to and DBUI stopped working completely. Apparently ':' isn't in a dictionary somewhere and DBUI is unable to handle that. No actions where doable, and the only solution was to manually edit the .local/share/db_ui/connections.json file to remove the disallowed character.
Screenshots
Sample of a problematic connection:
The error:
To Reproduce
Add a new database connection
Use a ':' instead of a '/' to spesify a database i.e. mysql://user@localhost:test
Description
I typed in a ':' instead of a '/' when spesifying a database to connect to and DBUI stopped working completely. Apparently ':' isn't in a dictionary somewhere and DBUI is unable to handle that. No actions where doable, and the only solution was to manually edit the .local/share/db_ui/connections.json file to remove the disallowed character.
Screenshots
Sample of a problematic connection:
The error:
To Reproduce