Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[seata-java] optimize: only the inserted fields are checked #697

Open
luky116 opened this issue Nov 23, 2024 · 3 comments
Open

[seata-java] optimize: only the inserted fields are checked #697

luky116 opened this issue Nov 23, 2024 · 3 comments

Comments

@luky116
Copy link
Contributor

luky116 commented Nov 23, 2024

What would you like to be added:

refer: apache/incubator-seata#3890

Why is this needed:

@lxfeng1997
Copy link
Contributor

Please assign to me

@luky116
Copy link
Contributor Author

luky116 commented Dec 7, 2024

@qingming

@slievrly
Copy link
Member

slievrly commented Dec 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants