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
1-1 relationships cannot be reliably enforced, leading to a data inconsistent with the schema. For this reason, these have been removed in favor of the more accurate list relationships.
63
+
Single element relationships cannot be reliably enforced, leading to a data inconsistent with the schema.
59
64
60
65
61
66
=== `overwrite`
62
67
63
68
64
-
Argument `overwrite` in `connect` operations has been deprecated. This is part of the overarching changes to how `connect` operation work in 7.x
69
+
The `overwrite` argument in `connect` operations has been deprecated.
70
+
This is part of the overarching changes to how `connect` operations work in 7.x.
65
71
66
-
For updating a relationship, use the `update` operation
72
+
Instead, use the `update` operation to update a relationship.
67
73
68
74
69
-
=== `connectOrCreate`
75
+
=== Removed the `connectOrCreate` operation
70
76
71
-
The `connectOrCreate` operation has been removed due to limitations on its featureset when compared to other operations.
77
+
The `connectOrCreate` operation has been removed due to limitations on its feature set when compared to other operations.
72
78
73
-
`connectOrCreate` relies on `MERGE` operations in Cypher, which did not allowed for `onCreate` operations to follow nested relationships.
79
+
`connectOrCreate` relies on `MERGE` operations in Cypher, which did not allow for `onCreate` operations to follow nested relationships.
0 commit comments