OpenDatabase problem with space characters in database names

Just starting out? Need help? Post your questions and find answers here.
DK5UR
User
User
Posts: 23
Joined: Mon Jun 23, 2008 9:44 pm
Location: Laubach

Re: OpenDatabase problem with space characters in database names

Post 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
Olli
Addict
Addict
Posts: 1071
Joined: Wed May 27, 2020 12:26 pm

Re: OpenDatabase problem with space characters in database names

Post 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.
Post Reply