Skip to content

Graph reference updates for Cypher 25 / Neo4j 2025.06 #2443

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

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from

Conversation

l-heemann
Copy link
Contributor

@l-heemann l-heemann commented Jun 24, 2025

@l-heemann l-heemann force-pushed the graph-reference-C25 branch from adc6ac6 to 975bf2c Compare June 25, 2025 08:14
@l-heemann l-heemann changed the title Graph reference updates for Cypher 25 / Neo4j 2025.06 (targeting dev) Graph reference updates for Cypher 25 / Neo4j 2025.06 Jun 25, 2025
Copy link
Contributor

@Lojjs Lojjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, I think this is a good way to explain a complex topic. I am happy with the structure we landed in. Only a bunch of smaller comments on various details.

l-heemann and others added 2 commits June 26, 2025 09:48
Copy link
Contributor

@Lojjs Lojjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes, looks good now

Copy link
Collaborator

@renetapopova renetapopova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Lasse. I added some comments.

l-heemann and others added 3 commits June 26, 2025 11:59
Move label from individual examples to whole section

Co-authored-by: Reneta Popova <[email protected]>
@l-heemann
Copy link
Contributor Author

Thanks for the review @renetapopova

I've added links for the GQL codes but it seems I did it wrong since the build fails now? 🤷

@renetapopova
Copy link
Collaborator

Thanks for the review @renetapopova

I've added links for the GQL codes but it seems I did it wrong since the build fails now? 🤷

There is somewhere unterminated example block

Copy link
Collaborator

@renetapopova renetapopova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me fix those unterminated blocks.

. Constituent alias `flowers` within composite database `my.garden.beautiful`.
. Regular non-composite alias `my.garden.beautiful.flowers`.

.Query
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, this query needs to go away as it duplicates the one above now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I fixed this now with 8c36c96

@renetapopova renetapopova self-requested a review June 26, 2025 13:11
Copy link
Collaborator

@renetapopova renetapopova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it looks great! Just one typo.

…ses-composite-databases.adoc

Co-authored-by: Reneta Popova <[email protected]>
@neo4j-docops-agent
Copy link
Collaborator

@l-heemann
Copy link
Contributor Author

I think it looks great! Just one typo.

Great! I don't want to interfere with the other PRs going on in this repo, so I think I'll wait with rebase/merging this until those are merged :)

Comment on lines +265 to +266
CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't one of these be un escaped to show some difference in the commands?

Comment on lines -23 to -24
Database names are the only identifier for which dots do not need to be quoted.
For example `main.db` is a valid database name.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't these two make sense to keep? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants