Skip to content

Commit 7ae0cad

Browse files
The Cypher query option eagerAnalyzer is deprecated #1147 (#1150)
Co-authored-by: Bastien Louërat <[email protected]>
1 parent c66b0c2 commit 7ae0cad

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

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

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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]]
19+
[[cypher-deprecations-additions-removals-2025.02]]
2020
== Neo4j 2025.02
2121

2222
=== Removed features
@@ -172,6 +172,35 @@ This allows a database to be seeded up to a specific date or transaction ID.
172172
For more information, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#cluster-seed-uri[Operations Manual -> Clustering -> Seed from URI].
173173
|===
174174

175+
[[cypher-deprecations-additions-removals-2025.01]]
176+
== Neo4j 2025.01
177+
178+
=== Deprecated features
179+
180+
[cols="2", options="header"]
181+
|===
182+
| Feature
183+
| Details
184+
185+
a|
186+
label:functionality[]
187+
label:deprecated[]
188+
[source, cypher, role="noheader"]
189+
----
190+
CYPHER eagerAnalyzer=ir MATCH (a)-->(b) DELETE b RETURN a
191+
----
192+
193+
[source, cypher, role="noheader"]
194+
----
195+
CYPHER eagerAnalyzer=lp MATCH (a)-->(b) DELETE b RETURN a
196+
----
197+
a|
198+
199+
The Cypher query option `eagerAnalyzer` is deprecated and will be removed without a replacement.
200+
Eagerness analysis is systematically performed on the logical plan regardless of the value provided.
201+
202+
|===
203+
175204
[[cypher-deprecations-additions-removals-5.26]]
176205
== Neo4j 5.26
177206

@@ -318,6 +347,7 @@ USE my.db ...
318347
| 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.
319348
Names containing `.` should be quoted using backticks.
320349
For example, `USE `my.db`` is valid.
350+
321351
|===
322352

323353

0 commit comments

Comments
 (0)