Skip to content

Commit 078e878

Browse files
authored
Add some missing glossary entries and fix 42I14 (#317) (#322)
1 parent 903491d commit 078e878

File tree

4 files changed

+5
-36
lines changed

4 files changed

+5
-36
lines changed

modules/ROOT/pages/errors/gql-errors/42I14.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 42I14
22

33
== Status description
4-
error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <<var>> }`.
4+
error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <<variable>> }`.
55

66
ifndef::backend-pdf[]
77
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ Status description:: error: syntax error or access rule violation - invalid numb
835835

836836
=== xref:errors/gql-errors/42I14.adoc[42I14]
837837

838-
Status description:: error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <<var>> }`.
838+
Status description:: error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <<variable>> }`.
839839

840840
=== xref:errors/gql-errors/42I15.adoc[42I15]
841841

@@ -981,43 +981,10 @@ Status description:: info: invalid call signature. The procedure or function `{
981981

982982
Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`
983983

984-
985984
=== xref:errors/gql-errors/42I53.adoc[42I53]
986985

987986
Status description:: error: syntax error or access rule violation - unsupported coordinate type. Unknown coordinate type: `{ <<input>> }`.
988987

989-
=== xref:errors/gql-errors/42I54.adoc[42I54]
990-
991-
Status description:: error: syntax error or access rule violation - invalid use of `INSERT`. `{ <<cause>> }` is not allowed in `INSERT`. Use `CREATE` or `{ <<replacement>> }`.
992-
993-
=== xref:errors/gql-errors/42I55.adoc[42I55]
994-
995-
Status description:: error: syntax error or access rule violation - invalid use of dynamic label or type. Dynamic `{ <<tokenType>> }` using `$any()` are not allowed in `{ <<clause>> }`.
996-
997-
=== xref:errors/gql-errors/42I56.adoc[42I56]
998-
999-
Status description:: error: syntax error or access rule violation - invalid relationship direction. Only directed relationships are supported in `{ <<clause>>}`.
1000-
1001-
=== xref:errors/gql-errors/42I57.adoc[42I57]
1002-
1003-
Status description:: error: syntax error or access rule violation - invalid query ending. `{<<exprType>>}` cannot contain a query ending with `{<<clause>>}`.
1004-
1005-
=== xref:errors/gql-errors/42I58.adoc[42I58]
1006-
1007-
Status description:: error: syntax error or access rule violation - invalid entity reference. Entity, `{<<expr>>}`, cannot be created and referenced in the same clause.
1008-
1009-
=== xref:errors/gql-errors/42I59.adoc[42I59]
1010-
1011-
Status description:: error: syntax error or access rule violation - dynamic entity type not allowed. Dynamic label and types are only allowed in `{ <<clauseList>> }` clauses.
1012-
1013-
=== xref:errors/gql-errors/42I60.adoc[42I60]
1014-
1015-
Status description:: error: syntax error or access rule violation - invalid glob escaping. Each part of the glob (a block of text up until a dot) must either be fully escaped or not escaped at all.
1016-
1017-
=== xref:errors/gql-errors/42I61.adoc[42I61]
1018-
1019-
Status description:: error: syntax error or access rule violation - missing LOOKUP INDEX function name. Missing function name for the LOOKUP INDEX.
1020-
1021988
[role=label--changed-2025.03]
1022989
=== xref:errors/gql-errors/42N00.adoc[42N00]
1023990

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ a|
13741374
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
13751375
- The character with the Unicode representation `%s` is deprecated for unescaped identifiers and will not be supported in the future.
13761376
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
1377-
- label:new[Valid for Neo4j 5.5-5.25] All subqueries in a UNION [ALL] should have the same ordering for the return columns.
1377+
- label:new[Valid from Neo4j 5.5] All subqueries in a UNION [ALL] should have the same ordering for the return columns.
13781378
Using differently ordered return items in a UNION [ALL] clause is deprecated and will be removed in a future version.
13791379
- Databases and aliases with unescaped `.` are deprecated unless to indicate that they belong to a composite database.
13801380
Names containing `.` should be escaped. (`%s`)

modules/ROOT/partials/glossary.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[[action]]$action:: Freeform description of an action.
44
//$action will be replaced by cmd and msg depending on the usage.
55
[[alias]]$alias:: An alias name, `mydb-alias`.
6+
[[aliasList]]$aliasList:: A list of alias names, for example, `mydb-alias1, mydb-alias2`.
67
[[allocType]]$allocType:: Allocation type (`primary` or `secondary`).
78
[[arg]]$arg:: Procedure or function argument, for example, `database`, `pause`, `dryrun`, etc.
89
[[argType]]$argType:: Argument type, either input or output.
@@ -39,6 +40,7 @@
3940
//52N22 and 52N36 to change $field to $arg. Check 22N98 with Antonio.
4041
[[fun]]$fun:: Function name, for example, `collect()`.
4142
[[funClass]]$funClass:: User-defined function implementation class name, for example, `MyFunctionClass`.
43+
[[funType]]$funType:: Function type, e.g. non-deterministic or aggregate.
4244
[[graph]]$graph:: The name of a graph, for example, `myGraph`.
4345
[[graphTypeDependence]]$graphTypeDependence:: Graph type dependencency for constraint, one of `UNDESIGNATED`, `INDEPENDENT`, or `DEPENDENT`.
4446
[[hint]]$hint:: Freeform description of a hint, for example, `USING INDEX n:N(prop)`.

0 commit comments

Comments
 (0)