Skip to content

Commit e1534f0

Browse files
committed
bring back the labels
1 parent e4b94c4 commit e1534f0

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,14 +1244,23 @@ 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-
- All subqueries in a `UNION [ALL]` should have the same ordering for the return columns.
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.
12481248
[NOTE]
12491249
Using differently ordered return items in a `UNION [ALL]` clause is deprecated in versions 5.5 to 5.25.
12501250
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.
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.
12521252
Names containing `.` should be escaped. (`%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`).
1253+
[NOTE]
1254+
Databases and aliases with unescaped `.` are deprecated in versions 5.26 to 2025.05.
1255+
However, starting from version 2025.06, this deprecation has been withdrawn, and replaced by two new deprecations.
1256+
The reason for this change is that the previous quoting rules have been found inconsistent and ambiguous, and will be improved starting from Cypher 25.
1257+
For more information, see:
1258+
1259+
* <<_graph_reference_deprecation,Using separately backticked name parts in graph references>>
1260+
* <<_graph_reference_deprecation_use,Using separately backticked name parts in graph references in USE clause>>
1261+
* link:https://neo4j.com/docs/cypher-manual/25/values-and-types/graph-references[Cypher manual -> Graph references].
1262+
- label:deprecated[Deprecated in 2025.06] Graph references with separately backticked name parts (`%s`) are deprecated. In future Cypher versions, use parameters or backtick the entire name (`%s`).
1263+
- label:deprecated[Deprecated in 2025.06] Graph references with separately backticked name parts (`%s`) are deprecated. In future Cypher versions, remove the backticks (`%s`).
12551264
|Category
12561265
m|DEPRECATION
12571266
|GQLSTATUS code

0 commit comments

Comments
 (0)