Skip to content

Commit d03f324

Browse files
committed
update the label
1 parent 9587f1a commit d03f324

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
:page-role: changed-2025.11
1+
:page-role: new-2025.11
22
= 42NAB
33

44
== Status description
5-
error: syntax error or access rule violation - not supported standalone call. WHERE is not supported in a standalone call. Use `CALL ... YIELD ... WHERE ... RETURN ...` instead.
5+
error: syntax error or access rule violation - not supported standalone call. `WHERE` is not supported in a standalone call. Use `CALL ... YIELD ... WHERE ... RETURN ...` instead.
66

77
== Explanation
88
A standalone call of a procedure does not support a `WHERE` clause, i.e., it does not support the filtering of the procedure result.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,10 +1508,10 @@ Status description:: error: syntax error or access rule violation - system datab
15081508

15091509
Status description:: error: syntax error or access rule violation - incorrectly formatted graph reference. Incorrectly formatted graph reference `{ <<input>> }`. Expected a single quoted or unquoted identifier. Separate name parts should not be quoted individually.
15101510

1511-
[role=label--changed-2025.11]
1511+
[role=label--new-2025.11]
15121512
=== xref:errors/gql-errors/42NAB.adoc[42NAB]
15131513

1514-
Status description:: error: syntax error or access rule violation - not supported standalone call. WHERE is not supported in a standalone call. Use `CALL ... YIELD ... WHERE ... RETURN ...` instead.
1514+
Status description:: error: syntax error or access rule violation - not supported standalone call. `WHERE` is not supported in a standalone call. Use `CALL ... YIELD ... WHERE ... RETURN ...` instead.
15151515

15161516
=== xref:errors/gql-errors/42NFC.adoc[42NFC]
15171517

0 commit comments

Comments
 (0)