sqlectron-gui icon indicating copy to clipboard operation
sqlectron-gui copied to clipboard

edit password takes no effect

Open land1ng opened this issue 4 years ago • 3 comments

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

Snipaste_2020-10-12_22-12-24 Snipaste_2020-10-12_22-15-40

land1ng avatar Oct 12 '20 14:10 land1ng

What version of windows are you using?

Was this a fresh installation of 1.32.0 or an upgrade from a prior version?

MasterOdin avatar Oct 13 '20 04:10 MasterOdin

I use win10 version 2004, it's upgrade from 1.31.0, because I found the same problem in that version. @MasterOdin

land1ng avatar Oct 14 '20 16:10 land1ng

Alright, I found a simple reproduce case, and it looks like the password is a bit of a red herring here.

  1. Create server entry that will not connect
  2. Create server entry to local sqlite3 file
  3. Attempt to connect to invalid server, witness error
  4. 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.

MasterOdin avatar Oct 20 '20 23:10 MasterOdin