Skip to content

Conversation

@schauder
Copy link
Contributor

When an update results in 0 updated rows we now ignore it, instead of throwing an exception.

The reason is that at least some databases return 0 when a row for updating was found, but none of the values changed.

Closes #2176

When an update results in 0 updated rows we now ignore it, instead of throwing an exception.

The reason is that at least some databases return 0 when a row for updating was found, but none of the values changed.

Closes #2176
@schauder schauder requested a review from mp911de November 21, 2025 13:40
@schauder schauder added has: breaking-change An issue that is associated with a breaking change. type: enhancement A general enhancement labels Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

has: breaking-change An issue that is associated with a breaking change. type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IncorrectUpdateSemanticsDataAccessException: Id not found when saving an unchanged Entity

2 participants