Closed ArnoCo closed 5 years ago
Added support for [LE-696]. The simplified AST mapped all arguments on the same index due to the CONCAT function not being in the string_function definition. By adding this to the definition the AST is simplified correctly.
CONCAT
string_function
Added support for [LE-696]. The simplified AST mapped all arguments on the same index due to the
CONCAT
function not being in thestring_function
definition. By adding this to the definition the AST is simplified correctly.