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

fix: 修复update指定表别名时审核错误的问题(fix #249) #250

Merged
merged 1 commit into from Jul 23, 2020

Conversation

hanchuanchuan
Copy link
Owner

以下update语句审核有误,会误报列不存在(指定了表别名但未使用)。

# table schema
create table if not exists t1(id int primary key,c1 int);

update t1 a set c1 = 2;

@codecov
Copy link

codecov bot commented Jul 23, 2020

Codecov Report

Merging #250 into master will decrease coverage by 0.0045%.
The diff coverage is 0.0000%.

@@               Coverage Diff                @@
##             master       #250        +/-   ##
================================================
- Coverage   59.9538%   59.9493%   -0.0046%     
================================================
  Files           373        373                
  Lines         83691      83694         +3     
================================================
- Hits          50176      50174         -2     
- Misses        28976      28979         +3     
- Partials       4539       4541         +2     

@hanchuanchuan hanchuanchuan merged commit ff008f0 into master Jul 23, 2020
@hanchuanchuan hanchuanchuan deleted the fix-update-alias-error branch July 23, 2020 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant