datacamp / antlr-plsql

GNU Affero General Public License v3.0
17 stars 14 forks source link

[LE-696] Added concat functionality #43

Closed ArnoCo closed 5 years ago

ArnoCo commented 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.