Closed shinichi-takii closed 4 years ago
Merging #47 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #47 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 2 2
Lines 279 285 +6
=====================================
+ Hits 279 285 +6
Impacted Files | Coverage Δ | |
---|---|---|
ddlparse/ddlparse.py | 100% <100%> (ø) |
:arrow_up: |
ddlparse/__init__.py | 100% <100%> (ø) |
:arrow_up: |
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 3cb19ff...9a3a7f9. Read the comment docs.
Added
NUMERIC
data type.Data-type Conditions
DdlParse.DATABASE.oracle
DdlParse.DATABASE.postgresql
NUMERIC
Fixed
(*)
format of OracleNUMBER
data type.Applicable Issues
NUMBER(*,0)
format causes column parsing to stopNUMERIC
data type