Skip to content

Build(deps): bump sqlglot from 25.4.1 to 25.5.1

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

Bumps sqlglot from 25.4.1 to 25.5.1.

Changelog

Sourced from sqlglot's changelog.

[v25.5.1] - 2024-07-05

🐛 Bug Fixes

[v25.5.0] - 2024-07-04

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Refactors

Commits
  • 2bdde22 Fix(optimizer): only qualify coalesced USING columns if they exist in table s...
  • e449e3d docs: update API docs, CHANGELOG.md for v25.5.0 [skip ci]
  • 912bc84 feat(spark, databricks): Support view schema binding options (#3739)
  • c790c3b Fix(tsql): parse rhs of x::varchar(max) into a type (#3737)
  • 820d664 Feat(presto): wrap md5 string arguments in to_utf8 (#3732)
  • fb066a6 fix(oracle)!: Decouple NVL() from COALESCE() (#3734)
  • e5a53aa feat(snowflake): Support for FROM CHANGES (#3731)
  • 1e07c4d feat(presto, trino): Configurable transpilation of Snowflake VARIANT (#3725)
  • 8335ba1 Fix(clickhouse)!: preserve EXTRACT(date_part FROM datetime) calls (#3729)
  • f4a2872 Fix(clickhouse): switch off table alias columns generation (#3727)
  • Additional commits viewable in compare view

Merge request reports