neo4j / cypher-builder

A programmatic API for building Cypher queries for Neo4j.
https://neo4j.github.io/cypher-builder/
Apache License 2.0
46 stars 11 forks source link

Concat operator (||) #375

Open angrykoala opened 1 month ago

angrykoala commented 1 month ago

Implement the GQL compliant concat operator (||): https://neo4j.com/docs/cypher-manual/current/deprecations-additions-removals-compatibility/#cypher-deprecations-additions-removals-5.19

angrykoala commented 1 month ago

This causes a name collision with the current utility Cypher.concat

angrykoala commented 2 weeks ago

This conflict may be solved by the deprecation at #374