-
Notifications
You must be signed in to change notification settings - Fork 132
Guard save(…) with provided Id with TransientDataAccessException if row does not exist #232
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
Labels
type: enhancement
A general enhancement
Milestone
Comments
mp911de
added a commit
that referenced
this issue
Nov 22, 2019
…cessException if row does not exist. We now emit a TransientDataAccessException if an object with a provided Id yields no affected rows. Such an arrangement is typically an indicator for a bug where calling code expects the object to be inserted with a provided Id.
schauder
pushed a commit
that referenced
this issue
Nov 28, 2019
…cessException if row does not exist. We now emit a TransientDataAccessException if an object with a provided Id yields no affected rows. Such an arrangement is typically an indicator for a bug where calling code expects the object to be inserted with a provided Id.
This is fixed. |
This was referenced Dec 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is equivalent to https://jira.spring.io/projects/DATAJDBC/issues/DATAJDBC-438
The text was updated successfully, but these errors were encountered: