@@ -2036,7 +2036,7 @@ RETURN where
20362036---- 
20372037
20382038Description of the returned code::
2039- ` (where {p: 5})`  is deprecated. It is replaced by ` (++`where`++ {p: 5})` .
2039+ ' (where {p: 5})'  is deprecated. It is replaced by ' (++`where`++ {p: 5})' .
20402040
20412041Suggestions for improvement::
20422042To continue using variables with this name, use backticks to escape the variable name:
@@ -2091,7 +2091,7 @@ RETURN where
20912091---- 
20922092
20932093Description of the returned code::
2094- ` -[where {p: 5}]-`  is deprecated. It is replaced by ` -[++`where`++ {p: 5}]-` .
2094+ ' -[where {p: 5}]-'  is deprecated. It is replaced by ' -[++`where`++ {p: 5}]-' .
20952095
20962096Suggestions for improvement::
20972097To continue using variables with this name, use backticks to escape the variable name:
@@ -2147,7 +2147,7 @@ RETURN listOfBooleans + m:A
21472147---- 
21482148
21492149Description of the returned code::
2150- ` ... + m:A`  is deprecated. It is replaced by ` ... + (m:A)` .
2150+ ' ... + m:A'  is deprecated. It is replaced by ' ... + (m:A)' .
21512151
21522152Suggestions for improvement::
21532153Parenthesize the label expression predicate on the right-hand side of `+`:
@@ -2206,7 +2206,7 @@ RETURN listOfBooleans + r:C|D
22062206---- 
22072207
22082208Description of the returned code::
2209- ` ... + r:C|D`  is deprecated. It is replaced by ` ... + (r:C|D)` .
2209+ ' ... + r:C|D'  is deprecated. It is replaced by ' ... + (r:C|D)' .
22102210
22112211Suggestions for improvement::
22122212Parenthesize the label expression predicate on the right-hand side of `+`:
@@ -2268,7 +2268,7 @@ END AS standardsName
22682268---- 
22692269
22702270Description of the returned code::
2271- ` WHEN is :: INTEGER`  is deprecated. It is replaced by ` WHEN ++`is`++ :: INTEGER` .
2271+ ' WHEN is :: INTEGER'  is deprecated. It is replaced by ' WHEN ++`is`++ :: INTEGER' .
22722272
22732273Suggestions for improvement::
22742274To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:
@@ -2338,7 +2338,7 @@ END AS check
23382338---- 
23392339
23402340Description of the returned code::
2341- ` WHEN contains + 1 INTEGER`  is deprecated. It is replaced by ` WHEN ++`contains`++ + 1 INTEGER` .
2341+ ' WHEN contains + 1 INTEGER'  is deprecated. It is replaced by ' WHEN ++`contains`++ + 1 INTEGER' .
23422342
23432343Suggestions for improvement::
23442344To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:
@@ -2409,7 +2409,7 @@ END AS check
24092409
24102410Description of the returned code::
24112411
2412- ` WHEN contains - 1 INTEGER`  is deprecated. It is replaced by ` WHEN ++`contains`++ - 1 INTEGER` .
2412+ ' WHEN contains - 1 INTEGER'  is deprecated. It is replaced by ' WHEN ++`contains`++ - 1 INTEGER' .
24132413
24142414Suggestions for improvement::
24152415To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:
@@ -2480,7 +2480,7 @@ END AS check
24802480
24812481Description of the returned code::
24822482
2483- ` WHEN in[0] INTEGER`  is deprecated. It is replaced by ` WHEN ++`in`++[0] INTEGER` .
2483+ ' WHEN in[0] INTEGER'  is deprecated. It is replaced by ' WHEN ++`in`++[0] INTEGER' .
24842484
24852485Suggestions for improvement::
24862486To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:
@@ -2550,7 +2550,7 @@ END AS check
25502550
25512551Description of the returned code::
25522552
2553- ` WHEN in["mainAccount"] INTEGER`  is deprecated. It is replaced by ` WHEN ++`in`++["mainAccount"] INTEGER` .
2553+ ' WHEN in["mainAccount"] INTEGER'  is deprecated. It is replaced by ' WHEN ++`in`++["mainAccount"] INTEGER' .
25542554
25552555Suggestions for improvement::
25562556To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name:
0 commit comments