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
@@ -172,6 +172,35 @@ This allows a database to be seeded up to a specific date or transaction ID.
172
172
For more information, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#cluster-seed-uri[Operations Manual -> Clustering -> Seed from URI].
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
+
175
204
[[cypher-deprecations-additions-removals-5.26]]
176
205
== Neo4j 5.26
177
206
@@ -318,6 +347,7 @@ USE my.db ...
318
347
| 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.
319
348
Names containing `.` should be quoted using backticks.
0 commit comments