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

[BREAKING][MySQL]Support Extra Definition (AUTO_INCREMENT / Generated column etc) #268

Merged
merged 5 commits into from
Dec 27, 2020

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Dec 27, 2020

Fix #266

@k1LoW k1LoW self-assigned this Dec 27, 2020
@k1LoW k1LoW added the enhancement New feature or request label Dec 27, 2020
@k1LoW k1LoW changed the title [MySQL]Support Extra Definition (AUTO_INCREMENT / Generated column) [BREAKING][MySQL]Support Extra Definition (AUTO_INCREMENT / Generated column) Dec 27, 2020
@codecov
Copy link

codecov bot commented Dec 27, 2020

Codecov Report

Merging #268 (6037ce3) into master (3a5a7d9) will decrease coverage by 1.70%.
The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
- Coverage   68.20%   66.49%   -1.71%     
==========================================
  Files          23       23              
  Lines        3859     3931      +72     
==========================================
- Hits         2632     2614      -18     
- Misses        968     1055      +87     
- Partials      259      262       +3     
Impacted Files Coverage Δ
schema/schema.go 28.20% <0.00%> (-0.90%) ⬇️
output/md/md.go 68.95% <45.09%> (-4.70%) ⬇️
drivers/mysql/mysql.go 73.85% <45.83%> (-4.42%) ⬇️
datasource/datasource.go 21.96% <0.00%> (-12.55%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a5a7d9...6037ce3. Read the comment docs.

@k1LoW k1LoW changed the title [BREAKING][MySQL]Support Extra Definition (AUTO_INCREMENT / Generated column) [BREAKING][MySQL]Support Extra Definition (AUTO_INCREMENT / Generated column etc) Dec 27, 2020
@k1LoW k1LoW merged commit 26356a9 into master Dec 27, 2020
@k1LoW k1LoW deleted the extra-def branch December 27, 2020 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Generated Columns" information to column type
1 participant