Skip to content

Commit eeb9437

Browse files
committed
include deprecation update
1 parent fce50a8 commit eeb9437

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -174,20 +174,14 @@ label:functionality[]
174174
label:updated[]
175175
[source, cypher, role="noheader"]
176176
----
177-
USE graph.byName('tom`s-database')
178-
179-
USE graph.propertiesByName('database.with.dot')
177+
USE graph.propertiesByName('`composite.with.dot`.constituent')
180178
----
181-
| xref::values-and-types/graph-references.adoc[Graph references] in arguments of the functions xref:functions/graph.adoc#functions-graph-byname[`graph.byName`] and xref:functions/graph.adoc#functions-graph-propertiesByName[`graph.propertiesByName`] in Cypher 25 are parsed as `<symbolic-name>` or `<symbolic-name>.<symbolic-name>` and now support escaping names.
182-
For more information, see xref:syntax/expressions.adoc#graph-references[Cypher expressions -> Graph references].
183-
Graph name parts that contain unsupported characters for unescaped symbolic names now require backtick quoting.
184-
Graph name parts with special characters may require additional escaping of those characters:
185-
186-
* `++USE graph.byName('`tom``s-database`')++`
187-
188-
* `++USE graph.propertiesByName('database.with.dot')++`
179+
|
180+
The graph name ``composite.with.dot`.constituent` is deprecated. It is replaced by ``composite.with.dot`.constituent`.
189181

190-
Note that escaping graph names within the graph functions string argument is not supported in Cypher 5.
182+
In Cypher 5, there was some special logic for composite databases or constituents with dots,
183+
which required quotes around those name parts in order to find the name. This deprecations apply to xref::values-and-types/graph-references.adoc[Graph references] in arguments of the functions xref:functions/graph.adoc#functions-graph-byname[`graph.byName`] and xref:functions/graph.adoc#functions-graph-propertiesByName[`graph.propertiesByName`]. In Cypher 25 the graph references can be passed in without quoting
184+
as in the name column from `SHOW ALIASES FOR DATABASE`.Note that escaping graph names within the graph functions string argument is not supported in Cypher 5.
191185

192186
a|
193187
label:functionality[]

0 commit comments

Comments
 (0)