xnuinside / simple-ddl-parser

Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc. & table properties, types, domains, etc.
MIT License
179 stars 40 forks source link

issue #201 snowflake table ddl improvement #202

Closed dmaresma closed 1 year ago

xnuinside commented 1 year ago

@dmaresma sorry for the long feedback, was out for some time, can you pull changes from master and rebuild parstab? conflict in the PR

xnuinside commented 1 year ago

@dmaresma I pushed required changes to your branch

xnuinside commented 1 year ago

changes was released in version 0.31.0, thanks for opening the PR!