Skip to content

Build(deps): Bump sqlglot from 25.9.0 to 25.10.0

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

Bumps sqlglot from 25.9.0 to 25.10.0.

Changelog

Sourced from sqlglot's changelog.

[v25.10.0] - 2024-08-08

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Refactors

Commits
  • ef16b1d fix: Fix COLLATE's RHS parsing (#3887)
  • 411f62a feat(bigquery): Support for GENERATE_TIMESTAMP_ARRAY, DDB transpilation (#3888)
  • 528f690 feat(duckdb): Transpile Snowflake's CONVERT_TIMEZONE 3-arg version (#3883)
  • 2ad9bfe Fix(snowflake): support table qualification in USING clause (#3885)
  • 62ceed2 Fix(redshift): parse first arg in DATE_PART into a Var fixes #3882
  • 3e4fcf7 feat(databricks): Add support for STREAMING tables (#3878)
  • 3eb46db Refactor(optimizer)!: switch off CSV file schema inference by default (#3879)
  • 7169e6e Fix(bigquery): ensure Funcs are preserved when used as Tables (#3877)
  • a8fb005 docs: update API docs, CHANGELOG.md for v25.9.0 [skip ci]
  • See full diff in compare view

Merge request reports