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 for parsing MySQL CHARACTER SET and FOREIGN KEY options #58

Closed shinichi-takii closed 4 years ago

shinichi-takii commented 4 years ago

Summary

Added

File Details

CHANGELOG.md

README.md

ddlparse/__init__.py

ddlparse/ddlparse.py

example/example.py

test/test_ddlparse.py

Applicable Issues

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          381       390    +9     
=========================================
+ Hits           381       390    +9     
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 cf2c554...2af65c4. Read the comment docs.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 2af65c4840a020615d27b592027a576fe3e44653 on feature/add-mysql-fk_option-char_set into cf2c554ce7d656e47a328ef5463e267f57612369 on master.