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

Fix parse error with comma in comment string #42

Closed frozenpine closed 4 years ago

frozenpine commented 5 years ago

Changes

for Issue: #41

frozenpine commented 4 years ago

fixed by author

shinichi-takii commented 4 years ago

@frozenpine Thank you for your Pull Request!

However, this change causes an error in some parses. Fixed in PR #49.

Thanks