17 Jun
2020
17 Jun
'20
10:19 a.m.
On Jun 17, 2020, at 9:55 AM, Fabrice Durand <fdurand@inverse.ca> wrote:
OK i found something, it looks if i set the safe_characters in the main sql definition it works.
The configuration files are read in order, top to bottom. So if you put the safe_characters line before *any* $INCLUDE statements, then it will override the definitions in some later $INCLUDE. What's happening is that you have multiple definitions of safe_characters. You were editing the second or third one, but only the first one was relevant. By adding a definition before the others, you've made a new first definition, which is then used. Alan DeKok.