Skip to content

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