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
175 stars 40 forks source link

Some improvements to parsing when using normalize_names=True. #228

Closed cfhowes closed 6 months ago

cfhowes commented 6 months ago

I found some issues when using normalize_names=True that I wanted to fix:

xnuinside commented 6 months ago

@cfhowes thanks for PR! merged

xnuinside commented 6 months ago

@cfhowes released version 1.0.1