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
+23-14Lines changed: 23 additions & 14 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
=====
@@ -1456,17 +1470,7 @@ All subqueries in a UNION [ALL] should have the same ordering for the return col
1456
1470
Using differently ordered return items in a UNION [ALL] clause is deprecated and will be removed in a future version.
1457
1471
1458
1472
======
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
-
====
1466
1473
1467
-
.Using the Unicode \u0085 in an unescaped identifier
1468
-
[.tabbed-example]
1469
-
=====
1470
1474
[.include-with-neo4j-code]
1471
1475
======
1472
1476
Query::
@@ -1492,10 +1496,15 @@ RETURN 'val' as one, 'val' as two
1492
1496
UNION
1493
1497
RETURN 'val' as one, 'val' as two
1494
1498
----
1495
-
1496
1499
======
1497
1500
=====
1498
1501
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
+
1499
1508
.Using the Unicode \u0085 in an unescaped identifier
0 commit comments