Skip to content

Commit e3cb5ef

Browse files
JPryce-Aklundhhvub
andauthored
Update modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Co-authored-by: Hannes Voigt <[email protected]>
1 parent 36993c4 commit e3cb5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ label:deprecated[]
6565
----
6666
CASE x ... WHEN is :: STRING THEN ... END
6767
----
68-
a| Using an unescaped variable named `is`(or any casing variant, like `IS`) as a `WHEN` operand in a simple xref:queries/case.adoc#case-simple[simple `CASE`] expression is deprecated.
68+
a| Using an unescaped variable named `is` (or any casing variant, like `IS`) as a `WHEN` operand in a xref:queries/case.adoc#case-simple[simple `CASE`] expression is deprecated.
6969
To continue using variables with this name in simple `CASE` expressions, use backticks to escape the variable name: `CASE x ... WHEN ++`is`++ :: STRING THEN ... END`
7070

7171
a|

0 commit comments

Comments
 (0)