Skip to content

Commit db30960

Browse files
committed
Removal of old graph reference deprecation.
1 parent 6295d46 commit db30960

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,10 +1374,17 @@ a|
13741374
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
13751375
- The character with the Unicode representation `%s` is deprecated for unescaped identifiers and will not be supported in the future.
13761376
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
1377-
- label:new[Valid for Neo4j 5.5-5.25] All subqueries in a UNION [ALL] should have the same ordering for the return columns.
1378-
Using differently ordered return items in a UNION [ALL] clause is deprecated and will be removed in a future version.
1379-
- Databases and aliases with unescaped `.` are deprecated unless to indicate that they belong to a composite database.
1377+
- All subqueries in a `UNION [ALL]` should have the same ordering for the return columns.
1378+
[NOTE]
1379+
In versions 5.5 to 5.25, using differently ordered return items in a `UNION [ALL]` clause is deprecated.
1380+
However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
1381+
- label:deprecated[Deprecated from 5.26.0 to 5.26.9] Databases and aliases with unescaped `.` are deprecated unless the dots indicate that they belong to a composite database.
13801382
Names containing `.` should be escaped. (`%s`)
1383+
[NOTE]
1384+
Databases and aliases with unescaped `.` are deprecated in versions 5.26.0 to 5.26.9.
1385+
However, starting from version 5.26.9, this deprecation has been withdrawn.
1386+
The reason for this change is that the previous quoting rules have been found inconsistent and ambiguous, and will be improved in a future Cypher version.
1387+
13811388
|Category
13821389
m|DEPRECATION
13831390
|GQLSTATUS code
@@ -1433,6 +1440,13 @@ Names containing `.` should be escaped. (Name: `foo.bar`)
14331440
======
14341441
=====
14351442

1443+
[NOTE]
1444+
====
1445+
Databases and aliases with unescaped `.` are deprecated in versions 5.26.0 to 5.26.9.
1446+
However, starting from version 5.26.9, this deprecation has been withdrawn.
1447+
The reason for this change is that the previous quoting rules have been found inconsistent and ambiguous, and will be improved in a future Cypher version.
1448+
====
1449+
14361450
.Using differently ordered return items in a `UNION` clause
14371451
[.tabbed-example]
14381452
=====
@@ -1460,7 +1474,7 @@ Using differently ordered return items in a UNION [ALL] clause is deprecated and
14601474

14611475
[NOTE]
14621476
====
1463-
Using differently ordered return items in a UNION [ALL] clause is deprecated in versions 5.5 to 5.25.
1477+
In versions 5.5 to 5.25, using differently ordered return items in a `UNION [ALL]` clause is deprecated.
14641478
However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
14651479
====
14661480

0 commit comments

Comments
 (0)