Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parse for column-constraint #49

Merged
merged 3 commits into from Jul 6, 2020

Conversation

shinichi-takii
Copy link
Owner

@shinichi-takii shinichi-takii commented Jul 6, 2020

Summary

Added

  • Add supports for Python 3.8

Removed

  • End of support for Python 3.4

Fixed

  • Fix parse for column-constraint.
  • Miner fix.

File Details

.github/PULL_REQUEST_TEMPLATE.md

  • Miner fix.
    • Change template.

.gitignore

  • Miner fix.
    • Add .vscode of Visual Studio Code config

.travis.yml

  • Add supports for Python 3.8
  • End of support for Python 3.4

CHANGELOG.md

  • Add changelog.

README.md

  • End of support for Python 3.4

ddlparse/init.py

  • Change version.

ddlparse/ddlparse.py

  • Fix parse for column-constraint.

setup.py

  • Add supports for Python 3.8
  • End of support for Python 3.4

test-requirements.txt

  • Fix version.

test/test_ddlparse.py

  • Fix parse for column-constraint.
  • Fix version.

tox.ini

  • Add supports for Python 3.8
  • End of support for Python 3.4

Applicable Issues

@shinichi-takii shinichi-takii added bug Something isn't working enhancement New feature or request labels Jul 6, 2020
@shinichi-takii shinichi-takii self-assigned this Jul 6, 2020
@codecov
Copy link

codecov bot commented Jul 6, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          285       323   +38     
=========================================
+ Hits           285       323   +38     
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 f8f7c0d...10c5a02. Read the comment docs.

@coveralls
Copy link

coveralls commented Jul 6, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling 10c5a02 on feature/fix-parse-column-constraint into f8f7c0d on master.

@shinichi-takii shinichi-takii merged commit a581a27 into master Jul 6, 2020
@shinichi-takii shinichi-takii deleted the feature/fix-parse-column-constraint branch July 6, 2020 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
2 participants