Add the string concatenation operator expression #63
Labels
subject/missing-syntax
Issues related to missing support for Cypher syntax
type/enhancement
New feature or request
Milestone
Currently, string concatenation is not supported by the type system. That is because
Addition
only acceptsNumeralType
. We need to add support for string concatenation by adding a new expression (StringConcatenation
), that takes two strings.The text was updated successfully, but these errors were encountered: