sqlectron-gui
sqlectron-gui copied to clipboard
edit password takes no effect
I input a wrong password, and try to correct it, but it's inoperative until I reopen the application.
version: sqlectron-Setup-1.32.0.exe
What version of windows are you using?
Was this a fresh installation of 1.32.0 or an upgrade from a prior version?
I use win10 version 2004, it's upgrade from 1.31.0, because I found the same problem in that version. @MasterOdin
Alright, I found a simple reproduce case, and it looks like the password is a bit of a red herring here.
- Create server entry that will not connect
- Create server entry to local sqlite3 file
- Attempt to connect to invalid server, witness error
- Attempt to connect to sqlite3 file, witness connection error which matches the error in step 3
I will look into fixing this, thanks for reporting.