Skip to content

Bump sqlglot from 19.9.0 to 20.1.0

Ronan Amicel requested to merge dependabot-pip-sqlglot-20.1.0 into main

Bumps sqlglot from 19.9.0 to 20.1.0.

Changelog

Sourced from sqlglot's changelog.

[v20.1.0] - 2023-12-07

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

[v20.0.0] - 2023-12-07

💥 BREAKING CHANGES

  • due to be89da3 - introduce Dialect settings, make MySQL case-sensitive by default (PR #2627 by @​georgesittas):

    introduce Dialect settings, make MySQL case-sensitive by default (#2627)

  • due to 4d68e39 - remove redundant todate closes #2636 (commit by @​tobymao):

    remove redundant todate closes #2636

  • due to 1e387f6 - parse functions with positional args in exp.func (PR #2622 by @​georgesittas):

    parse functions with positional args in exp.func (#2622)

  • due to ee2e7f0 - snowflake column transform constraints closes #2634 (commit by @​tobymao):

    snowflake column transform constraints closes #2634

  • due to 656d54c - make lineage html more reusable (commit by @​tobymao):

    make lineage html more reusable

New Features

🐛 Bug Fixes

... (truncated)

Commits
  • 2062553 feat: add comments to replace table
  • 7a505f0 Feat(clickhouse): add support for arrayJoin (#2640)
  • 1a231f7 fix: avoid recursive set op calls
  • 96f9b0e Fix!: make generation of CONCAT less verbose (#2639)
  • 4f07aaa fix: from_utc double cast
  • daf6c8f docs: update API docs, CHANGELOG.md for v20.0.0 [skip ci]
  • 12a00e9 chore: make normalization strategy str enum
  • 168ad13 rename options
  • 656d54c refactor!: make lineage html more reusable
  • ee2e7f0 feat!: snowflake column transform constraints closes #2634
  • Additional commits viewable in compare view

Merge request reports