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

added support for double single quotes in comment #210

Closed xnuinside closed 10 months ago

xnuinside commented 10 months ago

fix for: https://github.com/xnuinside/simple-ddl-parser/issues/208