You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/notifications/all-notifications.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1244,11 +1244,11 @@ a|
1244
1244
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
1245
1245
- The character with the Unicode representation `%s` is deprecated for unescaped identifiers and will not be supported in the future.
1246
1246
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.
1248
1248
[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.
1250
1250
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.
1252
1252
Names containing `.` should be escaped. (`%s`)
1253
1253
[NOTE]
1254
1254
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
1518
1518
1519
1519
[NOTE]
1520
1520
====
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.
1522
1522
However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
0 commit comments