Skip to content

Commit dbbc3b0

Browse files
committed
The Cypher query option eagerAnalyzer is deprecated
1 parent d5aeaec commit dbbc3b0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,36 @@ New features are added to the language continuously, and occasionally, some feat
1616
This section lists all of the features that have been removed, deprecated, added, or extended in different Cypher versions.
1717
Replacement syntax for deprecated and removed features are also indicated.
1818

19+
[[cypher-deprecations-additions-removals-2025.01]]
20+
== Neo4j 2025.01
21+
22+
=== Deprecated features
23+
24+
[cols="2", options="header"]
25+
|===
26+
| Feature
27+
| Details
28+
29+
a|
30+
label:functionality[]
31+
label:deprecated[]
32+
[source, cypher, role="noheader"]
33+
----
34+
CYPHER eagerAnalyzer=ir MATCH (a)-->(b) DELETE b RETURN a
35+
----
36+
37+
[source, cypher, role="noheader"]
38+
----
39+
CYPHER eagerAnalyzer=lp MATCH (a)-->(b) DELETE b RETURN a
40+
----
41+
a|
42+
43+
The Cypher query option `eagerAnalyzer` is deprecated and will be removed without a replacement.
44+
The option is ignored, eagerness analysis is systematically performed on the logical plan regardless of the value provided.
45+
46+
|===
47+
48+
1949
[[cypher-deprecations-additions-removals-5.26]]
2050
== Neo4j 5.26
2151

@@ -162,6 +192,7 @@ USE my.db ...
162192
| In xref:clauses/use.adoc[`USE`] clauses, databases and aliases with unquoted `.` are deprecated unless the `.` is used to indicate that the database or alias belongs to a composite database.
163193
Names containing `.` should be quoted using backticks.
164194
For example, `USE `my.db`` is valid.
195+
165196
|===
166197

167198

0 commit comments

Comments
 (0)