Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the string concatenation operator expression #63

Open
marijnvanwezel opened this issue Jul 5, 2022 · 0 comments
Open

Add the string concatenation operator expression #63

marijnvanwezel opened this issue Jul 5, 2022 · 0 comments
Assignees
Labels
subject/missing-syntax Issues related to missing support for Cypher syntax type/enhancement New feature or request

Comments

@marijnvanwezel
Copy link
Collaborator

marijnvanwezel commented Jul 5, 2022

Currently, string concatenation is not supported by the type system. That is because Addition only accepts NumeralType. We need to add support for string concatenation by adding a new expression (StringConcatenation), that takes two strings.

@marijnvanwezel marijnvanwezel added the type/enhancement New feature or request label Jul 5, 2022
@marijnvanwezel marijnvanwezel self-assigned this Jul 5, 2022
@marijnvanwezel marijnvanwezel added the subject/missing-syntax Issues related to missing support for Cypher syntax label Nov 18, 2022
@marijnvanwezel marijnvanwezel added this to the php-cypher-dsl 6.0 milestone Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subject/missing-syntax Issues related to missing support for Cypher syntax type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant