Skip to content
New issue

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

Inconsistency between cache and database using optimistic 'true' #20

Closed
andyjefferson opened this issue Apr 11, 2016 · 1 comment
Closed

Comments

@andyjefferson
Copy link
Member

We discovered a situation in which Datanucleus does not create SQL statements for changes made in persistence capables.
If a one-2-many relationship realized via HashSet is updated multiple times in different transactions, the DN cache provides other data than the database.

You can find a test case reproducing this issue at Github: https://github.com/nbartels/test-jdo/tree/bug8

Please provide a fix for the 4.X branch, too.

@andyjefferson
Copy link
Member Author

Can't reproduce with current code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant