Skip to content

Commit ade1dd0

Browse files
authored
Merge pull request #248 from xnuinside/v1.2.1_update_parsetab
parsetab was unupdated
2 parents 18bfcdc + 0bef9a9 commit ade1dd0

File tree

5 files changed

+44
-44
lines changed

5 files changed

+44
-44
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**v1.2.0**
1+
**v1.2.1**
22
### Fixes
33
MySQL:
44
1. Fixed issue relative to auto_increment that caused empty output if auto_increment defined in table properties -

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ for help with debugging & testing support for BigQuery dialect DDLs:
486486

487487

488488
## Changelog
489-
**v1.2.0**
489+
**v1.2.1**
490490
### Fixes
491491
MySQL:
492492
1. Fixed issue relative to auto_increment that caused empty output if auto_increment defined in table properties -

docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ for help with debugging & testing support for BigQuery dialect DDLs:
549549
Changelog
550550
---------
551551

552-
**v1.2.0**
552+
**v1.2.1**
553553

554554
Fixes
555555
^^^^^

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.2.0"
3+
version = "1.2.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 <xnuinside@gmail.com>"]
66
license = "MIT"

simple_ddl_parser/parsetab.py

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)