Skip to content

Commit

Permalink
Merge pull request #212 from xnuinside/release_0.31.1
Browse files Browse the repository at this point in the history
release v0.31.1
  • Loading branch information
xnuinside authored Nov 5, 2023
2 parents b5d8b26 + d4355f3 commit a37c3a2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,12 @@ https://github.com/PBalsdon


## Changelog
**v0.31.1**
### Improvements
#### Snowflake update:
1. Support multiple tag definitions in a single `WITH TAG` statement.
2. Added support for Snowflake double single quotes - https://github.com/xnuinside/simple-ddl-parser/issues/208

**v0.31.0**
### Fixes:
1. Move inline flag in regexp (issue with python 3.11) - https://github.com/xnuinside/simple-ddl-parser/pull/200
Expand Down
19 changes: 16 additions & 3 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ Snowflake Dialect statements
* CONSTRAINT .. [NOT] ENFORCED
* COMMENT = in CREATE TABLE & CREATE SCHEMA statements
* WITH MASKING POLICY
* WITH TAG
* WITH TAG, including multiple tags in the same statement.
* DATA_RETENTION_TIME_IN_DAYS
* MAX_DATA_EXTENSION_TIME_IN_DAYS
* CHANGE_TRACKING
Expand Down Expand Up @@ -558,14 +558,27 @@ for help with debugging & testing support for BigQuery dialect DDLs:
* https://github.com/ankitdata ,
* https://github.com/kalyan939

for contributions in parser:
And most biggest 'Thanks' ever goes for contributions in parser:
https://github.com/swiatek25
https://github.com/slurpyb
https://github.com/dmaresma
https://github.com/dmaresma
https://github.com/PBalsdon

Changelog
---------

**v0.31.1**

Improvements
^^^^^^^^^^^^

Snowflake update:
~~~~~~~~~~~~~~~~~


#. Support multiple tag definitions in a single ``WITH TAG`` statement.
#. Added support for Snowflake double single quotes - https://github.com/xnuinside/simple-ddl-parser/issues/208

**v0.31.0**

Fixes:
Expand Down

0 comments on commit a37c3a2

Please sign in to comment.