Page 2 of 2

Re: OpenDatabase problem with space characters in database names

Posted: Wed Sep 28, 2022 4:58 pm
by DK5UR
As infratec said:
infratec wrote: Wed Sep 28, 2022 1:57 pm At the moment I check the packets with WireShark and always the dbname is truncated at the space character.
so, yes it is reproduceable

All attempts showed that the connection string is split or at least truncated at the blanks.
host=127.0.01
port=3306
dbname=everything_else_until_space

edit:
Olli wrote: Wed Sep 28, 2022 4:48 pm Could we create a symbolic database with space in the name ? (I do know anything in mySql, too slow)
I think it is only a problem of the MySQL plugin

Re: OpenDatabase problem with space characters in database names

Posted: Wed Sep 28, 2022 5:17 pm
by Olli
I say again my conclude after a short read on stackoverflow site : if the backticks are not okay, it is a bug so.

Then, you can write to the bug section, I think it. Backticks management is missing.