Skip to content

Commit 981e44e

Browse files
authored
Removal of old graph reference deprecation. (#358)
This is a partial backport of #340 to cover the changes applicable to 5.26.
1 parent 6295d46 commit 981e44e

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

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

Lines changed: 23 additions & 14 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
=====
@@ -1456,17 +1470,7 @@ All subqueries in a UNION [ALL] should have the same ordering for the return col
14561470
Using differently ordered return items in a UNION [ALL] clause is deprecated and will be removed in a future version.
14571471

14581472
======
1459-
=====
1460-
1461-
[NOTE]
1462-
====
1463-
Using differently ordered return items in a UNION [ALL] clause is deprecated in versions 5.5 to 5.25.
1464-
However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
1465-
====
14661473
1467-
.Using the Unicode \u0085 in an unescaped identifier
1468-
[.tabbed-example]
1469-
=====
14701474
[.include-with-neo4j-code]
14711475
======
14721476
Query::
@@ -1492,10 +1496,15 @@ RETURN 'val' as one, 'val' as two
14921496
UNION
14931497
RETURN 'val' as one, 'val' as two
14941498
----
1495-
14961499
======
14971500
=====
14981501

1502+
[NOTE]
1503+
====
1504+
In versions 5.5 to 5.25, using differently ordered return items in a `UNION [ALL]` clause is deprecated.
1505+
However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
1506+
====
1507+
14991508
.Using the Unicode \u0085 in an unescaped identifier
15001509
[.tabbed-example]
15011510
=====

0 commit comments

Comments
 (0)