We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See test case https://github.com/neo4j/neo4j-ogm/blob/master/test/src/test/java/org/neo4j/ogm/persistence/examples/pizza/PizzaIntegrationTest.java#L489
The test should pass.
The text was updated successfully, but these errors were encountered:
Map single-ended INCOMING one-to-one or one-to-many relationships
a11b2e9
Relationships were not added to mapping context, which consequently caused the relationship not to be deleted. Fixes #357.
614e283
frant-hartm
No branches or pull requests
See test case
https://github.com/neo4j/neo4j-ogm/blob/master/test/src/test/java/org/neo4j/ogm/persistence/examples/pizza/PizzaIntegrationTest.java#L489
Expected Behavior
The test should pass.
The text was updated successfully, but these errors were encountered: