Skip to content

Commit

Permalink
Keyword priority (#1130)
Browse files Browse the repository at this point in the history
Docs update regarding neo-technology/neo4j#28493
(plus a little clarification w.r.t. variable scope in subqueries).

---------

Co-authored-by: Richard Sill <[email protected]>
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
  • Loading branch information
3 people committed Jan 13, 2025
1 parent 160b9d5 commit fb1945b
Show file tree
Hide file tree
Showing 6 changed files with 404 additions and 121 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
** xref:syntax/parsing.adoc[]
** xref:syntax/naming.adoc[]
** xref:syntax/variables.adoc[]
** xref:syntax/reserved.adoc[]
** xref:syntax/keywords.adoc[]
** xref:syntax/parameters.adoc[]
** xref:syntax/operators.adoc[]
** xref:syntax/comments.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Cypher Shell also offers specific link:{neo4j-docs-base-uri}/operations-manual/{
| 21.3
| <token>, <separator>, and <identifier>
| GQL specifies a list of link:https://standards.iso.org/iso-iec/39075/ed-1/en/ISO_IEC_39075(en).bnf.txt[reserved words] that cannot be used for unquoted variable names, labels, and property names.
Cypher also specifies a list of xref:syntax/reserved.adoc[reserved keywords], but it differs from GQL's.
Cypher also specifies a list of xref:syntax/keywords.adoc[reserved keywords], but it differs from GQL's.
|===
2 changes: 1 addition & 1 deletion modules/ROOT/pages/syntax/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Further information can be found in the following sections:
* xref::syntax/parsing.adoc[Parsing]
* xref::syntax/naming.adoc[Naming rules and recommendations]
* xref::syntax/variables.adoc[Variables]
* xref::syntax/reserved.adoc[Reserved keywords]
* xref::syntax/keywords.adoc[Keywords]
* xref::syntax/parameters.adoc[Parameters]
* xref::syntax/operators.adoc[Operators]
* xref::syntax/comments.adoc[Comments]
Loading

0 comments on commit fb1945b

Please sign in to comment.