Skip to content

Bump sqlglot from 19.9.0 to 20.0.0

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

Bumps sqlglot from 19.9.0 to 20.0.0.

Changelog

Sourced from sqlglot's changelog.

[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

Refactors

🔧 Chores

Commits
  • 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
  • 78697b4 Fix(optimizer): simplify Sub/Div more conservatively, they're not associative...
  • 1e387f6 Fix!: parse functions with positional args in exp.func (#2622)
  • 4d68e39 fix!: remove redundant todate closes #2636
  • be89da3 Feat!: introduce Dialect settings, make MySQL case-sensitive by default (#2627)
  • b0c5375 Fix(tsql): add dw, hour to the DATEPART-only formats (#2632)
  • 7840393 docs: update API docs, CHANGELOG.md for v19.9.0 [skip ci]
  • See full diff in compare view

Merge request reports