Skip to content

Commit 548042a

Browse files
authored
Merge pull request #278 from xnuinside/1.5.4_minor_fixes
release 1.5.4 with minor fixes
2 parents 46af2ff + 93a474f commit 548042a

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

CHANGELOG.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
**v1.5.3**
1+
**v1.5.4**
22
### Improvements
33
#### Snowflake :
44
1. In Snowflake add `pattern` token for external table statement, and improve location rendering
55
2.
66

7+
**v1.5.3**
78
### Fixes
89

910
1. In Snowflake unexpected error when STRIP_OUTER_ARRAY property in file_format statement - https://github.com/xnuinside/simple-ddl-parser/issues/276

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,17 +489,26 @@ for help with debugging & testing support for BigQuery dialect DDLs:
489489
* https://github.com/kalyan939
490490

491491
## Changelog
492+
**v1.5.4**
493+
### Improvements
494+
#### Snowflake :
495+
1. In Snowflake add `pattern` token for external table statement, and improve location rendering
496+
2.
497+
492498
**v1.5.3**
493499
### Fixes
494500

495-
1. In Snowflake Fix unexpected behaviour when file_format name given - https://github.com/xnuinside/simple-ddl-parser/issues/273
501+
1. In Snowflake unexpected error when STRIP_OUTER_ARRAY property in file_format statement - https://github.com/xnuinside/simple-ddl-parser/issues/276
496502
2.
497503

498504
**v1.5.2**
499505
### Improvements
500506
#### MySQL
501507
1. Added support for COLLATE - https://github.com/xnuinside/simple-ddl-parser/pull/266/files
502508

509+
### Fixes
510+
511+
1. In Snowflake Fix unexpected behaviour when file_format name given - https://github.com/xnuinside/simple-ddl-parser/issues/273
503512

504513
**v1.5.1**
505514
### Improvements

docs/README.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,13 +555,25 @@ for help with debugging & testing support for BigQuery dialect DDLs:
555555
Changelog
556556
---------
557557

558+
**v1.5.4**
559+
560+
Improvements
561+
^^^^^^^^^^^^
562+
563+
Snowflake :
564+
~~~~~~~~~~~
565+
566+
567+
#. In Snowflake add ``pattern`` token for external table statement, and improve location rendering
568+
2.
569+
558570
**v1.5.3**
559571

560572
Fixes
561573
^^^^^
562574

563575

564-
#. In Snowflake Fix unexpected behaviour when file_format name given - https://github.com/xnuinside/simple-ddl-parser/issues/273
576+
#. In Snowflake unexpected error when STRIP_OUTER_ARRAY property in file_format statement - https://github.com/xnuinside/simple-ddl-parser/issues/276
565577
2.
566578

567579
**v1.5.2**
@@ -575,6 +587,12 @@ MySQL
575587

576588
#. Added support for COLLATE - https://github.com/xnuinside/simple-ddl-parser/pull/266/files
577589

590+
Fixes
591+
^^^^^
592+
593+
594+
#. In Snowflake Fix unexpected behaviour when file_format name given - https://github.com/xnuinside/simple-ddl-parser/issues/273
595+
578596
**v1.5.1**
579597

580598
Improvements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "simple-ddl-parser"
3-
version = "1.5.3"
3+
version = "1.5.4"
44
description = "Simple DDL Parser to parse SQL & dialects like HQL, TSQL (MSSQL), Oracle, AWS Redshift, Snowflake, MySQL, PostgreSQL, etc ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc.; sequences, alters, custom types & other entities from ddl."
55
authors = ["Iuliia Volkova <xnuinside@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)