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
183 stars 41 forks source link

fix databrics typo with a k #230

Closed dmaresma closed 8 months ago

dmaresma commented 8 months ago

Hi, I hope your are well, I did some changes add a better support of equal symbol (=) in table options and comment statement, I have to refactor the test, by using a cleasing adding space arround equals a kind of sql lint I turn regexp into function re.complile, it's more explit when we use it, not a performance trick. I add TAG into generic statement cause Snowflake Create Schema, Table support it , of course adding new test on snowflake

Have a nice weekend.

xnuinside commented 8 months ago

@dmaresma omg that typo 😅 shame on me and thank you

xnuinside commented 8 months ago

@dmaresma version was released - 1.0.2 thank you !