Skip to content

Commit

Permalink
Merge pull request #248 from xnuinside/v1.2.1_update_parsetab
Browse files Browse the repository at this point in the history
parsetab was unupdated
  • Loading branch information
xnuinside committed May 9, 2024
2 parents 18bfcdc + 0bef9a9 commit ade1dd0
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**v1.2.0**
**v1.2.1**
### Fixes
MySQL:
1. Fixed issue relative to auto_increment that caused empty output if auto_increment defined in table properties -
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ for help with debugging & testing support for BigQuery dialect DDLs:


## Changelog
**v1.2.0**
**v1.2.1**
### Fixes
MySQL:
1. Fixed issue relative to auto_increment that caused empty output if auto_increment defined in table properties -
Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ for help with debugging & testing support for BigQuery dialect DDLs:
Changelog
---------

**v1.2.0**
**v1.2.1**

Fixes
^^^^^
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.2.0"
version = "1.2.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
80 changes: 40 additions & 40 deletions simple_ddl_parser/parsetab.py

Large diffs are not rendered by default.

0 comments on commit ade1dd0

Please sign in to comment.