Skip to content

Build(deps): bump sqlglot from 25.3.3 to 25.4.1

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

Bumps sqlglot from 25.3.3 to 25.4.1.

Changelog

Sourced from sqlglot's changelog.

[v25.4.1] - 2024-06-29

🐛 Bug Fixes

[v25.4.0] - 2024-06-28

💥 BREAKING CHANGES

  • due to 9fb1d79 - extract unit should be a var, not a column (PR #3712 by @​tobymao):

    extract unit should be a var, not a column (#3712)

  • due to ae1816f - simplify no longer removes neg, add to_py (PR #3714 by @​tobymao):

    simplify no longer removes neg, add to_py (#3714)

  • due to beaf9cc - coalesce left-hand side of join conditions produced by expanding USING (PR #3715 by @​georgesittas):

    coalesce left-hand side of join conditions produced by expanding USING (#3715)

New Features

🐛 Bug Fixes

Commits
  • 6bf9853 fix(tsql): cast shorthand closes #3760 (#3720)
  • 58e54a1 docs: update API docs, CHANGELOG.md for v25.4.0 [skip ci]
  • beaf9cc Fix(optimizer)!: coalesce left-hand side of join conditions produced by expan...
  • 4f050e0 Feat: transpile BigQuery's SAFE_CAST with FORMAT to DuckDB (#3718)
  • 23dac71 Feat(snowflake): add support for CONNECT_BY_ROOT expression (#3717)
  • ae1816f fix!: simplify no longer removes neg, add to_py (#3714)
  • 9fb1d79 fix!: extract unit should be a var, not a column (#3712)
  • 3b8568d fix(clickhouse): extract closes #3711
  • 3a86d7e fix: non deterministic aggs in planner closes #3709
  • 1c2279c feat(duckdb): Transpile exp.Length from other dialects (#3708)
  • Additional commits viewable in compare view

Merge request reports