You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this PR is to configure a switch to determine whether to ignore fields automatically populated by MySQL after the execution of insert SQL statements, such as the timestamp operation CURRENT_TIMESTAMP. When ONLY_CARE_UPDATE_COLUMNS is enabled, only the fields specified in the SQL insertion are concerned, ignoring the fields automatically generated by MySQL.
What would you like to be added:
refer: apache/incubator-seata#3890
Why is this needed:
The text was updated successfully, but these errors were encountered: