Replies: 1 comment 2 replies
-
Thanks for the report. It seems reasonable to remove the lock column from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically, the optimistic_locking plugin seems to always leave the lock column in
changed_columns
where as other columns that were updated are removed. I expected that after a successfulsave_changes
, nothing would be left in thechanged_columns
.Here is a basic example of what I'm talking about
and the output with logging enabled
I'm not sure if this is intentional but it was a surprise to me. Thanks for taking a look!
Beta Was this translation helpful? Give feedback.
All reactions