Skip to content

Commit fb1945b

Browse files
hvubrsill-neo4jJPryce-Aklundh
committed
Keyword priority (#1130)
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]>
1 parent 160b9d5 commit fb1945b

File tree

6 files changed

+404
-121
lines changed

6 files changed

+404
-121
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
** xref:syntax/parsing.adoc[]
117117
** xref:syntax/naming.adoc[]
118118
** xref:syntax/variables.adoc[]
119-
** xref:syntax/reserved.adoc[]
119+
** xref:syntax/keywords.adoc[]
120120
** xref:syntax/parameters.adoc[]
121121
** xref:syntax/operators.adoc[]
122122
** xref:syntax/comments.adoc[]

modules/ROOT/pages/appendix/gql-conformance/unsupported-mandatory.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ Cypher Shell also offers specific link:{neo4j-docs-base-uri}/operations-manual/{
4141
| 21.3
4242
| <token>, <separator>, and <identifier>
4343
| 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.
44-
Cypher also specifies a list of xref:syntax/reserved.adoc[reserved keywords], but it differs from GQL's.
44+
Cypher also specifies a list of xref:syntax/keywords.adoc[reserved keywords], but it differs from GQL's.
4545
|===

modules/ROOT/pages/syntax/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Further information can be found in the following sections:
88
* xref::syntax/parsing.adoc[Parsing]
99
* xref::syntax/naming.adoc[Naming rules and recommendations]
1010
* xref::syntax/variables.adoc[Variables]
11-
* xref::syntax/reserved.adoc[Reserved keywords]
11+
* xref::syntax/keywords.adoc[Keywords]
1212
* xref::syntax/parameters.adoc[Parameters]
1313
* xref::syntax/operators.adoc[Operators]
1414
* xref::syntax/comments.adoc[Comments]

0 commit comments

Comments
 (0)