Skip to content

Build(deps): Bump sqlglot from 21.2.0 to 22.0.1

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

Bumps sqlglot from 21.2.0 to 22.0.1.

Changelog

Sourced from sqlglot's changelog.

[v22.0.1] - 2024-02-26

🐛 Bug Fixes

[v22.0.0] - 2024-02-26

💥 BREAKING CHANGES

  • due to 2507aa2 - consolidate Subqueryable and Unionable into Query expression (PR #2992 by @​georgesittas):

    consolidate Subqueryable and Unionable into Query expression (#2992)

  • due to d5eb2b1 - make implicit unnest syntax explicit by using UNNEST calls (PR #3005 by @​georgesittas):

    make implicit unnest syntax explicit by using UNNEST calls (#3005)

  • due to 238f9aa - refactor structs to always be aliases (PR #3017 by @​tobymao):

    refactor structs to always be aliases (#3017)

  • due to 06bcfcd - select expressions not statements closes #3022, statements can be parsed without into (commit by @​tobymao):

    select expressions not statements closes #3022, statements can be parsed without into

  • due to 1612e62 - Add reference to lineage node (PR #3018 by @​vchan):

    Add reference to lineage node (#3018)

New Features

🐛 Bug Fixes

Refactors

🔧 Chores

... (truncated)

Commits
  • e2fc6e8 Fix(optimizer): fix parent mutation of new_projections in column qualifier (#...
  • ce3034f docs: update API docs, CHANGELOG.md for v22.0.0 [skip ci]
  • 9595240 chore: make prewhere clickhouse only
  • 984349e Simplify f-string
  • 5c3bd10 Feat(test): add more passing tests of tpc-ds (#3016)
  • 1612e62 Feat!: Add reference to lineage node (#3018)
  • efdbc12 feat: clickhouse prewhere closes #3024
  • 06bcfcd fix!: select expressions not statements closes #3022, statements can be parse...
  • 238f9aa fix!: refactor structs to always be aliases (#3017)
  • 61a3185 Fix!(bigquery): preserve quoted table paths (#3021)
  • Additional commits viewable in compare view

Merge request reports