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 MySQL data-type #51

Closed shinichi-takii closed 4 years ago

shinichi-takii commented 4 years ago

Summary

Added

Fixed

File Details

CHANGELOG.md

README.md

ddlparse/init.py

ddlparse/ddlparse.py

example/example.py

test-requirements.txt

Applicable Issues

coveralls commented 4 years ago

Coverage Status

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

coveralls commented 4 years ago

Coverage Status

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

codecov[bot] commented 4 years ago

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.