Skip to content

Build(deps): Bump sqlglot from 20.8.0 to 20.9.0

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

Bumps sqlglot from 20.8.0 to 20.9.0.

Changelog

Sourced from sqlglot's changelog.

[v20.9.0] - 2024-01-18

💥 BREAKING CHANGES

  • due to 1be93e4 - properly support all unix time scales (commit by @​tobymao):

    properly support all unix time scales

New Features

🐛 Bug Fixes

Refactors

... (truncated)

Commits
  • 5c13a1e Refactor: simplify merge without target transformation (#2854)
  • 17a6ac6 Fix: move comment in expr as alias next to the alias (#2853)
  • ea536c4 feat: remove target alias in trino merge (#2852)
  • 7949a4f Fix(clickhouse): ensure arraySum generation is preserved, add tests
  • c92888c Fix(parser): fix order of query modifier parsing for nested subqueries (#2851)
  • a657fc0 Fix(clickhouse,doris): fix the transformation of ArraySum (#2843)
  • 1be93e4 fix!: properly support all unix time scales
  • f040262 Revert "Fix formatting (#2848)"
  • 90e67fb Fix formatting (#2848)
  • 607817f fix: schema with period name closes #2842
  • Additional commits viewable in compare view

Merge request reports