Network or probe containing backslash (\)
Znerox opened this issue · 0 comments
Znerox commented
If a network contains the symbol "", the network is stored without "". For example a network called "My\Network" would be stored "MyNetwork". Clients probing a network with the same symbol is affected by the same bug. One solution to this could be setting SQL mode to "NO_BACKSLASH_ESCAPES". It would probably be safest to only set it to that mode on this database, if possible.