13101310To continue using it, escape the identifier by adding backticks around the identifier `%s`.
13111311- The character with the Unicode representation `%s` is deprecated for unescaped identifiers and will not be supported in the future.
13121312To continue using it, escape the identifier by adding backticks around the identifier `%s`.
1313- - `%s` subquery without a variable scope clause is now deprecated. Use CALL (`%s`) { ... }
1313+ - `%s` subquery without a variable scope clause is deprecated. Use CALL (`%s`) { ... }
13141314- All subqueries in a `UNION [ALL]` should have the same ordering for the return columns.
13151315[NOTE]
13161316In versions 5.5 to 5.25, using differently ordered return items in a `UNION [ALL]` clause is deprecated.
@@ -1649,10 +1649,10 @@ Returned GQLSTATUS code::
16491649
16501650Returned status description::
16511651warn: feature deprecated.
1652- `CALL` subquery without a variable scope clause is now deprecated. Use `CALL (nbr) {...}`
1652+ `CALL` subquery without a variable scope clause is deprecated. Use `CALL (nbr) {...}`
16531653
16541654Suggestions for improvement::
1655- Replace the Importing WITH with a variable scope clause.
1655+ Replace the importing ` WITH` with a variable scope clause.
16561656+
16571657[source,cypher]
16581658----
@@ -1678,10 +1678,10 @@ CALL {
16781678RETURN otherNbr
16791679----
16801680Description of the returned code::
1681- `CALL` subquery without a variable scope clause is now deprecated. Use `CALL (nbr) {...}`
1681+ `CALL` subquery without a variable scope clause is deprecated. Use `CALL (nbr) {...}`
16821682
16831683Suggestions for improvement::
1684- Replace the Importing WITH with a variable scope clause.
1684+ Replace the importing ` WITH` with a variable scope clause.
16851685+
16861686[source,cypher]
16871687----
0 commit comments