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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1244,12 +1244,14 @@ 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: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.
1250
1252
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`).
0 commit comments