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: 优化使用pt工具时注释导致alter子句解析失败的问题 #164

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

hanchuanchuan
Copy link
Owner

添加对各种ALTER语法格式的支持
例如:

-- 这是一条注释
alter table t1 add column c2 varchar(20) comment '!@#$%^&*()_+[]{}\\|;:",.<>/?';
alter table t1 add column `c5` varchar(20) comment \"!@#$%^&*()_+[]{}\\|;:',.<>/?\";  -- 测试注释

@codecov
Copy link

codecov bot commented Mar 6, 2020

Codecov Report

Merging #164 into master will decrease coverage by 0.0121%.
The diff coverage is 0.0000%.

@@               Coverage Diff                @@
##             master       #164        +/-   ##
================================================
- Coverage   58.7680%   58.7558%   -0.0122%     
================================================
  Files           371        371                
  Lines         83462      83464         +2     
================================================
- Hits          49049      49040         -9     
- Misses        30150      30159         +9     
- Partials       4263       4265         +2     

@hanchuanchuan hanchuanchuan merged commit bc41cdd into master Mar 6, 2020
@hanchuanchuan hanchuanchuan deleted the update-osc-ddl-parse branch March 6, 2020 04:03
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