[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:
parent
f377b36786
commit
57359f0af1
@ -704,11 +704,4 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user