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

Deprecate Cypher.concat in favor of Cypher.utils.concat #374

Merged
merged 3 commits into from
Sep 17, 2024

Conversation

angrykoala
Copy link
Member

Deprecates Cypher.concat in favor of Cypher.utils.concat

Cypher.concat is not a Cypher construct, but a CypherBuilder utility function, which seems to be better fit for the utils namespace

This will solve the name collision between the current Cypher.concat and the proposed concat operator added in 5.19: https://neo4j.com/docs/cypher-manual/current/deprecations-additions-removals-compatibility/#cypher-deprecations-additions-removals-5.19

Copy link

changeset-bot bot commented Jul 31, 2024

🦋 Changeset detected

Latest commit: e7c2385

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@neo4j/cypher-builder Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

This was referenced Aug 22, 2024
@angrykoala angrykoala marked this pull request as ready for review September 17, 2024 09:33
Copy link

@angrykoala angrykoala merged commit 14fdcac into main Sep 17, 2024
9 checks passed
@angrykoala angrykoala deleted the deprecate-concat branch September 17, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant