Skip to content

Build(deps): bump sqlglot from 25.4.1 to 25.5.0

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

Bumps sqlglot from 25.4.1 to 25.5.0.

Changelog

Sourced from sqlglot's changelog.

[v25.5.0] - 2024-07-04

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Refactors

Commits
  • 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)
  • 37b6e2d Feat(snowflake): add support for VECTOR(type, size) (#3724)
  • 84416d2 Refactor(teradata): clean up CurrentTimestamp generation logic
  • Additional commits viewable in compare view

Merge request reports