shinichi-takii / ddlparse

DDL parase and Convert to BigQuery JSON schema and DDL statements
https://pypi.org/project/ddlparse/
BSD 3-Clause "New" or "Revised" License
87 stars 29 forks source link

add supports PostgreSQL data type and Python 3.7 #27

Closed shinichi-takii closed 5 years ago

shinichi-takii commented 5 years ago

Changes

Applicable Issues

codecov[bot] commented 5 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #27   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines         227    266   +39     
=====================================
+ Hits          227    266   +39
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 c88cc8f...bcecb85. Read the comment docs.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling bcecb85c6d0fa7dcff317e3bec02cb70df9be610 on feature/fix-postgres-data-type into c88cc8f3d1931ad7245183cb588fd0061fe7e183 on master.