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: 修复rename table语法一次修改多个表名时,有表名逻辑上不生效的问题 (#307) #327

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

hanchuanchuan
Copy link
Owner

修复当执行类似如下SQL时,除第一个表外,其他表名在审核时会报找不到的错误。

rename table t1 to t1_old,t2 to t1;

关联:#307

@codecov
Copy link

codecov bot commented Mar 24, 2021

Codecov Report

Merging #327 (46817f7) into master (29e1502) will increase coverage by 0.0206%.
The diff coverage is 0.0000%.

@@               Coverage Diff                @@
##             master       #327        +/-   ##
================================================
+ Coverage   57.7836%   57.8042%   +0.0206%     
================================================
  Files           373        373                
  Lines         73815      73825        +10     
================================================
+ Hits          42653      42674        +21     
+ Misses        26708      26700         -8     
+ Partials       4454       4451         -3     

@hanchuanchuan hanchuanchuan merged commit 201bf93 into master Mar 24, 2021
@hanchuanchuan hanchuanchuan deleted the fix-rename-multi-table branch March 24, 2021 14:48
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