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
In #2668 storing of relationships has been optimised so that existing relationships are not always refetched. The new query always requires __relationships__ to be present. In the case of relationships with defined properties, Neo4jMappingContext#createStatementForRelationshipWithPropertiesBatch only defines that argument for new relationships, so updating relationships with properties fails.
The text was updated successfully, but these errors were encountered:
In #2668 storing of relationships has been optimised so that existing relationships are not always refetched. The new query always requires `__relationships__` to be present. In the case of relationships with defined properties, `Neo4jMappingContext#createStatementForRelationshipWithPropertiesBatch` only defines that argument for new relationships, so updating relationships with properties fails.
Closes#2704
In #2668 storing of relationships has been optimised so that existing relationships are not always refetched. The new query always requires `__relationships__` to be present. In the case of relationships with defined properties, `Neo4jMappingContext#createStatementForRelationshipWithPropertiesBatch` only defines that argument for new relationships, so updating relationships with properties fails.
Closes#2704
In #2668 storing of relationships has been optimised so that existing relationships are not always refetched. The new query always requires
__relationships__
to be present. In the case of relationships with defined properties,Neo4jMappingContext#createStatementForRelationshipWithPropertiesBatch
only defines that argument for new relationships, so updating relationships with properties fails.The text was updated successfully, but these errors were encountered: