Skip to content

Commit 64cee37

Browse files
committed
remove the valid label
1 parent e1534f0 commit 64cee37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,11 +1244,11 @@ a|
12441244
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
12451245
- The character with the Unicode representation `%s` is deprecated for unescaped identifiers and will not be supported in the future.
12461246
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
1247-
- label:deprecated[Deprecated from 5.5 to 5.25] All subqueries in a `UNION [ALL]` should have the same ordering for the return columns.
1247+
- All subqueries in a `UNION [ALL]` should have the same ordering for the return columns.
12481248
[NOTE]
1249-
Using differently ordered return items in a `UNION [ALL]` clause is deprecated in versions 5.5 to 5.25.
1249+
In versions 5.5 to 5.25, using differently ordered return items in a `UNION [ALL]` clause is deprecated.
12501250
However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
1251-
- label:valid[Valid from 5.26 till 2025.05] Databases and aliases with unescaped `.` are deprecated unless the dots indicate that they belong to a composite database.
1251+
- label:deprecated[Deprecated from 5.26 to 2025.05] Databases and aliases with unescaped `.` are deprecated unless the dots indicate that they belong to a composite database.
12521252
Names containing `.` should be escaped. (`%s`)
12531253
[NOTE]
12541254
Databases and aliases with unescaped `.` are deprecated in versions 5.26 to 2025.05.
@@ -1518,7 +1518,7 @@ RETURN 'val' as one, 'val' as two
15181518

15191519
[NOTE]
15201520
====
1521-
Using differently ordered return items in a UNION [ALL] clause is deprecated in versions 5.5 to 5.25.
1521+
In versions 5.5 to 5.25, using differently ordered return items in a `UNION [ALL]` clause is deprecated.
15221522
However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
15231523
====
15241524

0 commit comments

Comments
 (0)