Skip to content

Build(deps): Bump sqlglot from 25.13.0 to 25.16.1

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

Bumps sqlglot from 25.13.0 to 25.16.1.

Changelog

Sourced from sqlglot's changelog.

[v25.16.1] - 2024-08-23

🐛 Bug Fixes

🔧 Chores

[v25.16.0] - 2024-08-22

💥 BREAKING CHANGES

  • due to f68d155 - exp.Merge, for Trino and Postgres, dont strip the target alias from then WHEN MATCHED condition to prevent an ambiguous column error (PR #3940 by @​erindru):

    exp.Merge, for Trino and Postgres, dont strip the target alias from then WHEN MATCHED condition to prevent an ambiguous column error (#3940)

  • due to 667f7d9 - attach INTERPOLATE expressions to WithFill (PR #3944 by @​georgesittas):

    attach INTERPOLATE expressions to WithFill (#3944)

  • due to 145fdbf - Redshift date format (PR #3942 by @​erindru):

    Redshift date format (#3942)

  • due to a84a21a - Add timezone support to exp.TimeStrToTime (PR #3938 by @​erindru):

    Add timezone support to exp.TimeStrToTime (#3938)

New Features

🐛 Bug Fixes

Refactors

🔧 Chores

... (truncated)

Commits
  • c4e5be7 fix: include dialect when parsing inside cast (#3960)
  • 794dc4c Chore: update readme to include onboarding doc
  • 511c1c1 docs: update API docs, CHANGELOG.md for v25.16.0 [skip ci]
  • 82f6fd0 Bump sqlglotrs version to 0.2.9
  • c99f8d5 fix(duckdb): Fix exp.Unnest generation for BQ's nested arrays (#3931)
  • 70a052a Feat: transpile from_iso8601_timestamp from presto/trino to duckdb (#3956)
  • 1284fd0 fix(oracle): Revert NVL() being parsed into exp.Anonymous (#3954)
  • 6a5f619 chore: New doc - Onboarding Doc (#3902)
  • 46db6a0 fix build
  • fb6edc7 fix: oracle/snowflake comments closes #3950
  • Additional commits viewable in compare view

Merge request reports