Browse Source
When an update results in 0 updated rows (without optimistic locking) 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 Original pull request: #2185pull/2189/head
2 changed files with 3 additions and 9 deletions
Loading…
Reference in new issue