Skip to content

Commit 8c0adfc

Browse files
post-review corrections
1 parent e2a3f03 commit 8c0adfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/pages/clauses/use.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The xref:functions/graph.adoc#functions-graph-by-elementid[`graph.byElementId()`
122122
As of Neo4j 5.26, it is supported on both standard and composite databases (on previous versions it is only available on composite databases).
123123

124124
[NOTE]
125-
A USE clause with `graph.byElementId()` cannot be combined with other `USE` clauses unless the subsequent `USE` clauses reference the same element id.
125+
On a standard database, a `USE` clause with `graph.byElementId()` cannot be combined with other `USE` clauses unless the subsequent `USE` clauses reference the same element id.
126126

127127
In the below example, it is assumed that the DBMS contains the database corresponding to the given element id. If you are connected to a composite database it needs to be a element id to a constituent database, which is a standard database in the DBMS.
128128

modules/ROOT/pages/functions/graph.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ For more information, see xref:subqueries/call-subquery.adoc#import-variables[CA
201201
| `graph.byElementId()` is only supported in the xref:clauses/use.adoc[`USE`] clause.
202202
| As of Neo4j 5.26, `graph.byElementId()` is supported on both link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/[standard and composite databases].
203203
On earlier versions, it is only supported on composite databases.
204-
| A `USE` clause with `graph.byElementId()` cannot be combined with other `USE` clauses unless the subsequent `USE` clauses reference the same element id.
204+
| On a standard database, a `USE` clause with `graph.byElementId()` cannot be combined with other `USE` clauses unless the subsequent `USE` clauses reference the same element id.
205205
|===
206206

207207
.+graph.byElementId()+

0 commit comments

Comments
 (0)