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

v0.29.0 fix some errors + new feature #172

Closed xnuinside closed 1 year ago

xnuinside commented 1 year ago
  1. fix for TypeError argument of type 'NoneType' is not iterable - https://github.com/xnuinside/simple-ddl-parser/issues/148 2.Fix for: https://github.com/xnuinside/simple-ddl-parser/issues/170
  2. Fix issue ' TypeError argument of type 'NoneType' is not iterable' on some foreigen keys https://github.com/xnuinside/simple-ddl-parser/issues/148