Skip to content

Build(deps): Bump sqlglot from 19.6.0 to 19.7.0

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

Bumps sqlglot from 19.6.0 to 19.7.0.

Changelog

Sourced from sqlglot's changelog.

[v19.7.0] - 2023-11-28

💥 BREAKING CHANGES

  • due to 8cd7d1c - use more canonical cast instead of to_date (commit by @​tobymao):

    use more canonical cast instead of to_date

  • due to c413b7f - expand positional args in order by as aliases (PR #2599 by @​tobymao):

    expand positional args in order by as aliases (#2599)

  • due to 13817f1 - avoid unnecessary copying in normalization (PR #2602 by @​tobymao):

    avoid unnecessary copying in normalization (#2602)

New Features

🐛 Bug Fixes

Refactors

Commits
  • 13817f1 refactor!: avoid unnecessary copying in normalization (#2602)
  • c66e413 fix(oracle): to_char nlsparam closes #2601
  • c413b7f fix!: expand positional args in order by as aliases (#2599)
  • 2ecfd34 Fix: time format chunk misses from mapping, but its constituent parts are not...
  • dc783a8 Fix(bigquery): generate FORMAT_DATE for TimeToStr (#2596)
  • 9bef03a Fix!(hive): truncate division result in _date_diff_sql (#2595)
  • eb15a5f Fix!(redshift): leave DATEADD and DATEDIFF as-is when generating them (#2588)
  • 6e3c7c1 feat(tsql): default database .. closes #2594
  • 4774431 Fix(tsql): generate DATEPART when the format is quarter (#2591)
  • 426075f Fix(duckdb): unqualify columns under Pivot (#2590)
  • Additional commits viewable in compare view

Merge request reports