sdmx-twg / vtl

This repository is used for maintaining the SDMX-VTL specification
11 stars 7 forks source link

String Concatenation operator #254

Closed stratosn closed 1 year ago

stratosn commented 7 years ago
reporter issue reference document (UM/RM/EBNF) page line
MTNA-3 RM 2114

Issue Description

String Concatenation operator ||

Proposed Solution

Use + as string concat operators like e.g. Stata, Python. Execution of String + Number will give "type mismatch".

egreising commented 7 years ago

Not an issue but a matter of personal preference. However, unless strong reasons to change from "+" to "||", I would keep "+" for backwards compatibility with VTL 1.0.

linardian commented 1 year ago

Refers to old version of documentation