Closed shinichi-takii closed 4 years ago
Merging #51 into master will not change coverage. The diff coverage is
100.00%
.
@@ 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.
Summary
Added
DdlParseColumn.is_unsigned
DdlParseColumn.is_zerofill
UNSIGNED
ZEROFILL
TINYINT
SMALLINT
MEDIUMINT
DEC
FIXED
Fixed
File Details
CHANGELOG.md
README.md
ddlparse/init.py
ddlparse/ddlparse.py
example/example.py
test-requirements.txt
Applicable Issues