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

Add supports MySQL data-type #51

Merged
merged 1 commit into from
Jul 18, 2020
Merged

Conversation

shinichi-takii
Copy link
Owner

Summary

Added

  • Add property.
    • DdlParseColumn.is_unsigned
    • DdlParseColumn.is_zerofill
  • Add supports for numeric type attributes of MySQL.
    • UNSIGNED
    • ZEROFILL
  • Add supports MySQL data-type.
    • TINYINT
    • SMALLINT
    • MEDIUMINT
    • DEC
    • FIXED

Fixed

  • Miner fix.

File Details

CHANGELOG.md

  • Add changelog.

README.md

  • Add property.
  • Add supports for numeric type attributes of MySQL.

ddlparse/init.py

  • Change version.

ddlparse/ddlparse.py

  • Add property.
  • Add supports for numeric type attributes of MySQL.
  • Add supports MySQL data-type.

example/example.py

  • Add property.
  • Add supports for numeric type attributes of MySQL.

test-requirements.txt

  • Update version.

Applicable Issues

@shinichi-takii shinichi-takii added the enhancement New feature or request label Jul 18, 2020
@shinichi-takii shinichi-takii self-assigned this Jul 18, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling e6662bc on feature/add-mysql-datatype into a581a27 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling e6662bc on feature/add-mysql-datatype into a581a27 on master.

@codecov
Copy link

codecov bot commented Jul 18, 2020

Codecov Report

Merging #51 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          323       329    +6     
=========================================
+ Hits           323       329    +6     
Impacted Files Coverage Δ
ddlparse/__init__.py 100.00% <100.00%> (ø)
ddlparse/ddlparse.py 100.00% <100.00%> (ø)

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 a581a27...e6662bc. Read the comment docs.

@shinichi-takii shinichi-takii merged commit 4e7e09a into master Jul 18, 2020
@shinichi-takii shinichi-takii deleted the feature/add-mysql-datatype branch July 18, 2020 13:40
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.

Error while parsing
2 participants