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
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1244,14 +1244,23 @@ 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
-
- 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.
1248
1248
[NOTE]
1249
1249
Using differently ordered return items in a `UNION [ALL]` clause is deprecated in versions 5.5 to 5.25.
1250
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.
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.
1252
1252
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>>
- 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`).
0 commit comments