-
Notifications
You must be signed in to change notification settings - Fork 93
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
Collection DML should invoke flush before executing #1395
Labels
Milestone
Comments
It seems we already do the flushing, so I need a reproducer for this from Jason Carreira to further investigate the issue |
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 8, 2021
…butes with read-only declared types
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 8, 2021
…butes with read-only declared types
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 12, 2021
… keys by custom insert/update DML are flushed
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 12, 2021
… keys by custom insert/update DML are flushed
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 12, 2021
… keys by custom insert/update DML are flushed
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 12, 2021
… keys by custom insert/update DML are flushed
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 12, 2021
… keys by custom insert/update DML are flushed
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 12, 2021
… keys by custom insert/update DML are flushed
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 12, 2021
… keys by custom insert/update DML are flushed
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Dec 12, 2021
… keys by custom insert/update DML are flushed
beikov
added a commit
that referenced
this issue
Dec 27, 2021
… custom insert/update DML are flushed
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Nov 4, 2024
…butes with read-only declared types
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Nov 4, 2024
… keys by custom insert/update DML are flushed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was reported that with a creatable subview contained in an indexed collection, a FK violation has been seen. From the SQL log it is clear that an id value was acquired for the new subview entity while invoking persist, but the insert hasn't been flushed, so the collection DML insert fails because the entry is not there yet.
The text was updated successfully, but these errors were encountered: