Additional SQL functions min maxArgs does not work
Hello all,
the min maxArgs does not work for any of my additional functions I have added
e.g.
<function name="concat" type="text" args="(<str1>, <str2>, >str3>, >str4>, <str5>)" help="Concatenate all arguments. NULL arguments are ignored."
minArgs="2" maxArgs="5" display="Concatenate all arguments. $1, $2, $3, $4, $5">
<providerPart provider="PostgreSQL" body="concat($1,$2,$3,$4,$5)"/>
</function>
It throws error every time I add less than 5 args. Eventhough I set minArg to be lower than maxArgs should treat all other missing args as not required.
Am I missing something?
Thanks Marcel
wodnicki something you might smash?
