-
Notifications
You must be signed in to change notification settings - Fork 76
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
base: dev
Are you sure you want to change the base?
Conversation
adc6ac6
to
975bf2c
Compare
There was a problem hiding this 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.
modules/ROOT/pages/database-administration/aliases/naming-aliases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
…ses-composite-databases.adoc Co-authored-by: Lasse Heemann <[email protected]>
There was a problem hiding this 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
There was a problem hiding this 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.
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/naming-aliases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/naming-aliases.adoc
Outdated
Show resolved
Hide resolved
...les/ROOT/pages/database-administration/composite-databases/querying-composite-databases.adoc
Show resolved
Hide resolved
Co-authored-by: Reneta Popova <[email protected]>
Move label from individual examples to whole section Co-authored-by: Reneta Popova <[email protected]>
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 |
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Show resolved
Hide resolved
…ses-composite-databases.adoc
There was a problem hiding this 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.
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
. Constituent alias `flowers` within composite database `my.garden.beautiful`. | ||
. Regular non-composite alias `my.garden.beautiful.flowers`. | ||
|
||
.Query |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
GQL section review fixes Co-authored-by: Reneta Popova <[email protected]>
modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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]>
This PR includes documentation updates Updated pages: |
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 :) |
CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph` | ||
CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph` |
There was a problem hiding this comment.
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?
Database names are the only identifier for which dots do not need to be quoted. | ||
For example `main.db` is a valid database name. |
There was a problem hiding this comment.
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? 🤔
Documentation for:
CIP-212
https://github.com/neo-technology/neo4j/pull/31208
https://github.com/neo-technology/neo4j/pull/31418