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

Feat: recognize a no-op UPDATE #14339

Closed
chenzl25 opened this issue Jan 3, 2024 · 0 comments · Fixed by #14340
Closed

Feat: recognize a no-op UPDATE #14339

chenzl25 opened this issue Jan 3, 2024 · 0 comments · Fixed by #14340

Comments

@chenzl25
Copy link
Contributor

chenzl25 commented Jan 3, 2024

Is your feature request related to a problem? Please describe.

create table t (a int, b int);
insert into t values (1,200);
update t set a = a; // nothing should be changed and we can detect it.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

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

Successfully merging a pull request may close this issue.

1 participant