When you try to create two relationships between two nodes within a single transaction, one using Cypher and the other using the Object-Graph Mapping (OGM) approach, the Cypher query fails to execute.
This is an expected limitation.
In this scenario, OGM takes precedence, but it does not update the internal tracking model for custom queries. This limitation arises from OGM's inability to predict the outcome of custom queries.
Comments
0 comments
Please sign in to leave a comment.