-
Notifications
You must be signed in to change notification settings - Fork 64
5.3 publish #262
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
Merged
5.3 publish #262
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ty.adoc Co-authored-by: Jens Pryce-Åklundh <112686610+JPryce-Aklundh@users.noreply.github.com>
…212) Adds the deprecation from neo4j/neo4j-documentation#1625
…#226) Replaces neo4j/neo4j-documentation#1633 @gem-neo4j please could you check that I moved these over into the right place.
- `DATABASE` or `DATABASES` in show database commands (excluding show home/default database) - `SERVER` or `SERVERS` in show sever command - `USER` or `USERS` in show users command (excluding show current user) - `ROLE` or `ROLES` in show role command - `WITH USER` or `WITH USERS` in show role command We still only allow singular form for: `SHOW HOME DATABASE` `SHOW DEFAULT DATABASE` `SHOW CURRENT USER` as those shouldn't be able to imply there could be more than one.
- `DATABASE` or `DATABASES` in show database commands (excluding show home/default database) - `SERVER` or `SERVERS` in show sever command - `USER` or `USERS` in show users command (excluding show current user) - `ROLE` or `ROLES` in show role command - `WITH USER` or `WITH USERS` in show role command We still only allow singular form for: `SHOW HOME DATABASE` `SHOW DEFAULT DATABASE` `SHOW CURRENT USER` as those shouldn't be able to imply there could be more than one.
We follow the behaviour of Java, i.e. rounding towards positive infinity for ties when we have no precision or mode or rounding according to https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/math/RoundingMode.html for rounding modes. The current description was wrong in some cases and missleading in others. Also added more examples. Fixes #neo4j/neo4j#12972 and neo4j/neo4j#12963
#255) Currently only removing note, pending restructuring of the page on patterns in collaboration with the Langstar team (set for q1 of 2023).
In 5.3 the behaviour `SHOW DATABASES` was changed to now additionally display databases hosted on offline servers. This PR updates the documentation to reflect this.
Collaborator
|
Looks like you've updated the documentation! Check out your changes at https://neo4j-docs-cypher-262.surge.sh |
lidiazuin
added a commit
to lidiazuin/docs-cypher
that referenced
this pull request
May 21, 2025
Co-authored-by: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Co-authored-by: Jens Pryce-Åklundh <112686610+JPryce-Aklundh@users.noreply.github.com> Co-authored-by: David Oliver <davidoliverSP2@users.noreply.github.com> Co-authored-by: Arne Fischereit <arne.fischereit@neo4j.com> Co-authored-by: Tobias Johansson <tobias.j.e.johansson@gmail.com> Co-authored-by: Gemma Lamont <gemma.lamont@neotechnology.com> Co-authored-by: lidiazuin <102308961+lidiazuin@users.noreply.github.com> Co-authored-by: Therese Magnusson <therese.magnusson@neotechnology.com> Co-authored-by: JPryce-Aklundh <jpryce-aklundh@neo4j.com> Co-authored-by: Louise Söderström <louise.soderstrom@neo4j.com> Co-authored-by: Jack Waudby <33488812+jackwaudby@users.noreply.github.com> Co-authored-by: Satia Herfert <satiaherfert@gmx.de> Co-authored-by: Gustav Hedengran <gustav.hedengran@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.