diff --git a/modules/ROOT/pages/errors/gql-errors/42I14.adoc b/modules/ROOT/pages/errors/gql-errors/42I14.adoc index c639ada5..e927917b 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I14.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I14.adoc @@ -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 `{ <> }`. +error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <> }`. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 2a778c88..5ba8f5de 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -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 `{ <> }`. +Status description:: error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <> }`. === xref:errors/gql-errors/42I15.adoc[42I15] @@ -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. `{ <> }` - === xref:errors/gql-errors/42I53.adoc[42I53] Status description:: error: syntax error or access rule violation - unsupported coordinate type. Unknown coordinate type: `{ <> }`. -=== xref:errors/gql-errors/42I54.adoc[42I54] - -Status description:: error: syntax error or access rule violation - invalid use of `INSERT`. `{ <> }` is not allowed in `INSERT`. Use `CREATE` or `{ <> }`. - -=== xref:errors/gql-errors/42I55.adoc[42I55] - -Status description:: error: syntax error or access rule violation - invalid use of dynamic label or type. Dynamic `{ <> }` using `$any()` are not allowed in `{ <> }`. - -=== 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 `{ <>}`. - -=== xref:errors/gql-errors/42I57.adoc[42I57] - -Status description:: error: syntax error or access rule violation - invalid query ending. `{<>}` cannot contain a query ending with `{<>}`. - -=== xref:errors/gql-errors/42I58.adoc[42I58] - -Status description:: error: syntax error or access rule violation - invalid entity reference. Entity, `{<>}`, 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 `{ <> }` 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] diff --git a/modules/ROOT/pages/notifications/all-notifications.adoc b/modules/ROOT/pages/notifications/all-notifications.adoc index 87de1d33..7712c263 100644 --- a/modules/ROOT/pages/notifications/all-notifications.adoc +++ b/modules/ROOT/pages/notifications/all-notifications.adoc @@ -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`) diff --git a/modules/ROOT/partials/glossary.adoc b/modules/ROOT/partials/glossary.adoc index 0b1a4127..25b2ba76 100644 --- a/modules/ROOT/partials/glossary.adoc +++ b/modules/ROOT/partials/glossary.adoc @@ -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. @@ -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)`.