sequeler icon indicating copy to clipboard operation
sequeler copied to clipboard

[SQLITE3] Unable to open databases which have spaces in their path

Open dsancheznet opened this issue 4 years ago • 4 comments

Sequeler refuses to open SQLITE3 files which have a space in their path such as...

"/home/myuser/my directory/mydatabase.db"

See: capture (Sorry for it being in Spanish, but I guess you will know which key it is ;) )

Best regards

dsancheznet avatar Apr 14 '20 14:04 dsancheznet

I get the same mistake. I can reproduce it even if there are no spaces in the path. An example of a path: /home/platon/_0_Диссертация/Exp/high_perf_bio_test/dbSNP/common.db

PlatonB avatar Apr 28 '20 23:04 PlatonB

Are you guys able to test the English version? I'm suspecting this problem might be related to a a string that shouldn't have been translated.

Alecaddd avatar Apr 28 '20 23:04 Alecaddd

AppCenter offers me to buy only the Russian version. There is no language setting in Sequeler itself.

PlatonB avatar Apr 29 '20 10:04 PlatonB

I personally don't think that it has anything to do with translations. As soon as I removed the space from the path, everything worked flawlessly. My guess would be that it has to do with the unescaped path or special caracters UTF-8 rendering - just guessing here, haven't looked at the code.

Regards

dsancheznet avatar Apr 29 '20 14:04 dsancheznet