Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuinside committed Jan 11, 2024
1 parent 9cff297 commit 76bec8d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,11 @@ for help with debugging & testing support for BigQuery dialect DDLs:


## Changelog
**v1.0.1**
### Minor Fixes
1. When using `normalize_names=True` do not remove `[]` from types like `decimal(21)[]`.
2. When using `normalize_names=True` ensure that `"complex"."type"` style names convert to `complex.type`.

**v1.0.0**
In output structure was done important changes that can in theory breaks code.

Expand Down
9 changes: 9 additions & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,15 @@ for help with debugging & testing support for BigQuery dialect DDLs:
Changelog
---------

**v1.0.1**

Minor Fixes
^^^^^^^^^^^


#. When using ``normalize_names=True`` do not remove ``[]`` from types like ``decimal(21)[]``.
#. When using ``normalize_names=True`` ensure that ``"complex"."type"`` style names convert to ``complex.type``.

**v1.0.0**
In output structure was done important changes that can in theory breaks code.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simple-ddl-parser"
version = "1.0.0"
version = "1.0.1"
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."
authors = ["Iuliia Volkova <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 76bec8d

Please sign in to comment.