Skip to content

Commit 23a676d

Browse files
committed
replace the labels with text
1 parent f8c059a commit 23a676d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,12 +1244,14 @@ 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:new[Valid for Neo4j 5.5-5.25] All subqueries in a UNION [ALL] should have the same ordering for the return columns.
1248-
Using differently ordered return items in a UNION [ALL] clause is deprecated and will be removed in a future version.
1249-
- label:new[Valid for Neo4j 5.26-2025.05] Databases and aliases with unescaped `.` are deprecated unless to indicate that they belong to a composite database.
1247+
- All subqueries in a `UNION [ALL]` should have the same ordering for the return columns.
1248+
[NOTE]
1249+
Using differently ordered return items in a `UNION [ALL]` clause is deprecated in versions 5.5 to 5.25.
1250+
However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
1251+
- Databases and aliases with unescaped `.` are deprecated unless the dots indicate that they belong to a composite database. Valid for Neo4j 5.26-2025.05.
12501252
Names containing `.` should be escaped. (`%s`)
1251-
- label:new[Valid from 2025.06] Graph references with separately backticked name parts (`%s`) are deprecated. In future Cypher versions, use parameters or backtick the entire name (`%s`).
1252-
- label:new[Valid from 2025.06] Graph references with separately backticked name parts (`%s`) are deprecated. In future Cypher versions, remove the backticks (`%s`).
1253+
- Graph references with separately backticked name parts (`%s`) are deprecated starting from 2025.06. In future Cypher versions, use parameters or backtick the entire name (`%s`).
1254+
- Graph references with separately backticked name parts (`%s`) are deprecated starting from 2025.06. In future Cypher versions, remove the backticks (`%s`).
12531255
|Category
12541256
m|DEPRECATION
12551257
|GQLSTATUS code

0 commit comments

Comments
 (0)