datacontract / datacontract-cli

CLI to manage your datacontract.yaml files
https://cli.datacontract.com
Other
353 stars 60 forks source link

Bump simple-ddl-parser from 1.3.0 to 1.5.0 #208

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps simple-ddl-parser from 1.3.0 to 1.5.0.

Release notes

Sourced from simple-ddl-parser's releases.

1.5.0 fix uniques in case of indexes / unique case for several columns

Fixes

  1. Now, unique set up to column only if it was only one column in unique constraint/index. Issue - xnuinside/simple-ddl-parser#255
  2. Fixed issue when UNIQUE KEY was identified as primary key - xnuinside/simple-ddl-parser#253

v1.4.0 ⭕ Oracle new output keywords - is_global & temp

Fixes

🔍 BigQuery:

  1. Indexes without schema causes issues in BigQuery dialect - fixed.

Improvements

⭕ Oracle:

  1. Added new output keywords in table definition - temp & is_global. Added support for create global temporary table - xnuinside/simple-ddl-parser#182
Changelog

Sourced from simple-ddl-parser's changelog.

v1.5.0

Fixes

  1. Now, unique set up to column only if it was only one column in unique constraint/index. Issue - xnuinside/simple-ddl-parser#255
  2. Fixed issue when UNIQUE KEY was identified as primary key - xnuinside/simple-ddl-parser#253

v1.4.0

Fixes

BigQuery:

  1. Indexes without schema causes issues in BigQuery dialect - fixed.

Improvements

Oracle:

  1. Added new output keywords in table definition - temp & is_global. Added support for create global temporary table - xnuinside/simple-ddl-parser#182

v1.3.0

Fixes

PostgreSQL:

  1. Timezone was moved out from type definition to keyword 'with_time_zone' it can be True (if with time zone) or False (if without) BigQuery:
  2. Previously Range in RANGE_BUCKETS was parsed as a columns, now this behaviour is changed and range placed in own keyword - 'range' (can be array or str). Also for all ``*_TRUNC PARTITIONS` like DATETIME_TRUNC, TIMESTAMP_TRUNC, etc, second argument moved to arg 'trunc_by'

Improvements

PostgreSQL:

  1. Added support for PostgreSQL with / without time zone - xnuinside/simple-ddl-parser#250

BigQuery:

  1. Added support for GENERATE_ARRAY in RANGE_BUCKETS xnuinside/simple-ddl-parser#183

v1.2.1

Fixes

MySQL:

  1. Fixed issue relative to auto_increment that caused empty output if auto_increment defined in table properties - xnuinside/simple-ddl-parser#206

Improvements

MySQL:

  1. auto_increment added as property to mysql output

Oracle:

  1. Added support for constraint name in column definition - xnuinside/simple-ddl-parser#203
  2. Added support for GENERATED (ALWAYS | (BY DEFAULT [ON NULL])) AS IDENTITY in column definition

... (truncated)

Commits
  • 6859e25 fix issues with unique indexes with multiple columns (wrong attribute setting)
  • dd3e4c8 Merge pull request #254 from xnuinside/xnuinside-patch-1
  • a00b17e Update README.md
  • 09e5dab Merge pull request #252 from xnuinside/release_v1.4.0
  • 61d72a8 release 1.4.0 temp + is_global for oracle
  • d1c0a63 Merge pull request #251 from xnuinside/v1.3.0_snowflake_postgres
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #220.