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

feat. ORDER and NOORDER SEQ param #214

Closed dmaresma closed 10 months ago

dmaresma commented 10 months ago

Hi, I hope you are well, I add Sequence and Create Table column definition snowflake optional parameter ORDER and NOORDER.

We should discuss about CREATE SEQUENCE dynamic START [WITH] and INCREMENT [BY] combined attributes, cause in many SQL dialect WITH and BY are optional, thanks for supporting this amazing project.

Sincerely

dmaresma commented 10 months ago

213 issue related

xnuinside commented 10 months ago

@dmaresma Hi! Thanks for opening the PR, looks good for me. I will prepare release on weekends.