You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although pressing F1 saves the correct config file, we should still handle unsupported providers to prevent the app from crashing in case someone modifies it manually.
Your PR does not solve it correctly. The provider can be inferred from the URL string. I'm leaving this issue open because i think this should be resolved and will work on this eventually. If you want to make another PR i'm willing to help.
Given the following config:
(The provider should be
sqlite3
instead ofsqlite
)This caused panic when connecting:
The text was updated successfully, but these errors were encountered: