-
Notifications
You must be signed in to change notification settings - Fork 64
added dryrun to list of additions and a note about 5.2 #223
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
Conversation
|
Looks like you've updated the documentation! Check out your changes at https://neo4j-docs-cypher-223.surge.sh |
JPryce-Aklundh
left a comment
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.
LGTM! Just one small suggestion 👍
modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Outdated
Show resolved
Hide resolved
…ty.adoc Co-authored-by: Jens Pryce-Åklundh <112686610+JPryce-Aklundh@users.noreply.github.com>
| a| | ||
| label:functionality[] | ||
| label:updated[] | ||
| [source, cypher, role="noheader"] | ||
| ---- | ||
| DRYRUN | ||
| ---- | ||
|
|
||
| a| To preview the result of a command without executing it, prepend the command with `DRYRUN`. | ||
|
|
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.
talking about DRYRUN in itself as an updated feature feels wrong to me. The description also makes it seem like you could prepend whatever command you want with it, when in fact it's only supported by two commands.
I think either mention DRYRUN REALLOCATE and DRYRUN DEALLOCATE as updated. Or have DRYRUN by itself in new features, but then also mention that it only supports those two commands.
|
|
||
| [NOTE] | ||
| ==== | ||
| `DRYRUN` is introduced in Neo4j 5.2 and thus does not work in previous versions. |
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.
| `DRYRUN` is introduced in Neo4j 5.2 and thus does not work in previous versions. | |
| `DRYRUN` was introduced in Neo4j 5.2, and as such will not be available in earlier minor releases of v5. |
No description provided.