Skip to content

Commit 342c850

Browse files
authored
Add fixes based on v3.1 smoke testing (#1215)
1 parent ce8ccf8 commit 342c850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/release-notes.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ updated.
208208
[#2713](https://github.com/memgraph/memgraph/pull/2713)
209209
- Added support for dynamic relationship creation. Users can now create
210210
relationship types based on variable values. Example: `WITH {my_edge_type:
211-
"KNOWS"} as x CREATE ()-[x.my_edge_type]->();` The result of this query would
212-
be a created triplet with the relationship type `KNOWS`.
211+
"KNOWS"} as x CREATE ()-[:x.my_edge_type]->();` The result of this query
212+
would be a created triplet with the relationship type `KNOWS`.
213213
[#2558](https://github.com/memgraph/memgraph/pull/2558)
214214
- Added the `length` function, which outputs the number of relationships in a
215215
given path object in the query or the number of elements in a list. The

0 commit comments

Comments
 (0)