Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/42I14.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 42I14

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

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
35 changes: 1 addition & 34 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ Status description:: error: syntax error or access rule violation - invalid numb

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

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

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

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

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


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

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

=== xref:errors/gql-errors/42I54.adoc[42I54]

Status description:: error: syntax error or access rule violation - invalid use of `INSERT`. `{ <<cause>> }` is not allowed in `INSERT`. Use `CREATE` or `{ <<replacement>> }`.

=== xref:errors/gql-errors/42I55.adoc[42I55]

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>> }`.

=== xref:errors/gql-errors/42I56.adoc[42I56]

Status description:: error: syntax error or access rule violation - invalid relationship direction. Only directed relationships are supported in `{ <<clause>>}`.

=== xref:errors/gql-errors/42I57.adoc[42I57]

Status description:: error: syntax error or access rule violation - invalid query ending. `{<<exprType>>}` cannot contain a query ending with `{<<clause>>}`.

=== xref:errors/gql-errors/42I58.adoc[42I58]

Status description:: error: syntax error or access rule violation - invalid entity reference. Entity, `{<<expr>>}`, cannot be created and referenced in the same clause.

=== xref:errors/gql-errors/42I59.adoc[42I59]

Status description:: error: syntax error or access rule violation - dynamic entity type not allowed. Dynamic label and types are only allowed in `{ <<clauseList>> }` clauses.

=== xref:errors/gql-errors/42I60.adoc[42I60]

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.

=== xref:errors/gql-errors/42I61.adoc[42I61]

Status description:: error: syntax error or access rule violation - missing LOOKUP INDEX function name. Missing function name for the LOOKUP INDEX.

[role=label--changed-2025.03]
=== xref:errors/gql-errors/42N00.adoc[42N00]

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/notifications/all-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ a|
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
- The character with the Unicode representation `%s` is deprecated for unescaped identifiers and will not be supported in the future.
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
- label:new[Valid for Neo4j 5.5-5.25] All subqueries in a UNION [ALL] should have the same ordering for the return columns.
- label:new[Valid from Neo4j 5.5] All subqueries in a UNION [ALL] should have the same ordering for the return columns.
Using differently ordered return items in a UNION [ALL] clause is deprecated and will be removed in a future version.
- Databases and aliases with unescaped `.` are deprecated unless to indicate that they belong to a composite database.
Names containing `.` should be escaped. (`%s`)
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/partials/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[[action]]$action:: Freeform description of an action.
//$action will be replaced by cmd and msg depending on the usage.
[[alias]]$alias:: An alias name, `mydb-alias`.
[[aliasList]]$aliasList:: A list of alias names, for example, `mydb-alias1, mydb-alias2`.
[[allocType]]$allocType:: Allocation type (`primary` or `secondary`).
[[arg]]$arg:: Procedure or function argument, for example, `database`, `pause`, `dryrun`, etc.
[[argType]]$argType:: Argument type, either input or output.
Expand Down Expand Up @@ -39,6 +40,7 @@
//52N22 and 52N36 to change $field to $arg. Check 22N98 with Antonio.
[[fun]]$fun:: Function name, for example, `collect()`.
[[funClass]]$funClass:: User-defined function implementation class name, for example, `MyFunctionClass`.
[[funType]]$funType:: Function type, e.g. non-deterministic or aggregate.
[[graph]]$graph:: The name of a graph, for example, `myGraph`.
[[graphTypeDependence]]$graphTypeDependence:: Graph type dependencency for constraint, one of `UNDESIGNATED`, `INDEPENDENT`, or `DEPENDENT`.
[[hint]]$hint:: Freeform description of a hint, for example, `USING INDEX n:N(prop)`.
Expand Down