[jOOQ/jOOQ#9879] Re-compute all columns on UPDATE for now

The previous implementation was wrong. It re-computed columns only if one of the computed columns was part of the SET clause (which they shouldn't be in the first place). So, the feature effectively didn't work for the common case.
This commit is contained in:
Lukas Eder 2022-03-24 14:07:00 +01:00
parent f377b36786
commit 57359f0af1

View File

@ -704,11 +704,4 @@ implements
}