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
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1374,10 +1374,17 @@ a|
1374
1374
To continue using it, escape the identifier by adding backticks around the identifier `%s`.
1375
1375
- The character with the Unicode representation `%s` is deprecated for unescaped identifiers and will not be supported in the future.
1376
1376
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.
1380
1382
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
+
1381
1388
|Category
1382
1389
m|DEPRECATION
1383
1390
|GQLSTATUS code
@@ -1433,6 +1440,13 @@ Names containing `.` should be escaped. (Name: `foo.bar`)
1433
1440
======
1434
1441
=====
1435
1442
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
+
1436
1450
.Using differently ordered return items in a `UNION` clause
1437
1451
[.tabbed-example]
1438
1452
=====
@@ -1460,7 +1474,7 @@ Using differently ordered return items in a UNION [ALL] clause is deprecated and
1460
1474
1461
1475
[NOTE]
1462
1476
====
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.
1464
1478
However, starting from version 5.26, the deprecation has been withdrawn following cost-benefit analysis and valuable user feedback.
0 commit comments