Skip to content

Commit 76bec8d

Browse files
committed
up version
1 parent 9cff297 commit 76bec8d

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,11 @@ for help with debugging & testing support for BigQuery dialect DDLs:
486486

487487

488488
## Changelog
489+
**v1.0.1**
490+
### Minor Fixes
491+
1. When using `normalize_names=True` do not remove `[]` from types like `decimal(21)[]`.
492+
2. When using `normalize_names=True` ensure that `"complex"."type"` style names convert to `complex.type`.
493+
489494
**v1.0.0**
490495
In output structure was done important changes that can in theory breaks code.
491496

docs/README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,15 @@ for help with debugging & testing support for BigQuery dialect DDLs:
549549
Changelog
550550
---------
551551

552+
**v1.0.1**
553+
554+
Minor Fixes
555+
^^^^^^^^^^^
556+
557+
558+
#. When using ``normalize_names=True`` do not remove ``[]`` from types like ``decimal(21)[]``.
559+
#. When using ``normalize_names=True`` ensure that ``"complex"."type"`` style names convert to ``complex.type``.
560+
552561
**v1.0.0**
553562
In output structure was done important changes that can in theory breaks code.
554563

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.0.0"
3+
version = "1.0.1"
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 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)