Skip to content

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.

1 participant