Skip to content

Commit 213842f

Browse files
Lojjsrenetapopova
authored andcommitted
Change parameter type to version.
1 parent 965d95d commit 213842f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

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

33
== Status description
4-
error: syntax error or access rule violation - unsupported language feature. The query is parsable in `CYPHER { <<feat>>2 }`, but it is run in `CYPHER { <<feat>>1 }`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER { <<feat>>2 }`.
4+
error: syntax error or access rule violation - unsupported language feature. The query is parsable in `CYPHER { <<version>>2 }`, but it is run in `CYPHER { <<version>>1 }`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER { <<feat>>2 }`.
55

66
== Example scenario
77

modules/ROOT/partials/glossary.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,5 @@
142142
[[valueType]]$valueType:: Cypher value type, for example, `STRING`, `BOOLEAN`, `INTEGER`, `LIST<STRING>`, etc.
143143
[[valueTypeList]]$valueTypeList:: A list of Cypher value types.
144144
[[variable]]$variable:: Variable name, for example, `n`.
145-
[[variableList]]$variableList:: A list of variable names, for example, `a, b, c`.
145+
[[variableList]]$variableList:: A list of variable names, for example, `a, b, c`.
146+
[[version]]$version:: A version, for example, `25` in `CYPHER 25`.

0 commit comments

Comments
 (0)