Skip to content

Build(deps): Bump sqlglot from 25.8.1 to 25.9.0

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

Bumps sqlglot from 25.8.1 to 25.9.0.

Changelog

Sourced from sqlglot's changelog.

[v25.9.0] - 2024-08-05

💥 BREAKING CHANGES

  • due to 64e187c - transpile postgres impliclitly exploding GENERATE_SERIES proje… (PR #3853 by @​georgesittas):

    transpile postgres impliclitly exploding GENERATE_SERIES proje… (#3853)

  • due to e53e7cc - Generation of exp.ArrayConcat for 2-arg based dialects (PR #3864 by @​VaggelisD):

    Generation of exp.ArrayConcat for 2-arg based dialects (#3864)

  • due to 659b8bf - Support for BQ's exp.GenerateDateArray generation (PR #3865 by @​VaggelisD):

    Support for BQ's exp.GenerateDateArray generation (#3865)

New Features

🐛 Bug Fixes

Commits
  • 306ca97 Fix!(optimizer): detect correlation in derived tables nested within subquerie...
  • 6ff0c01 fix: Fixed size array parsing (#3870)
  • 813f127 fix(duckdb): Allow DESCRIBE as a _parse_select() path (#3871)
  • 734f54b Feat(snowflake): add support for a a couple of missing clauses in PIVOT claus...
  • 659b8bf feat(duckdb)!: Support for BQ's exp.GenerateDateArray generation (#3865)
  • e53e7cc fix!: Generation of exp.ArrayConcat for 2-arg based dialects (#3864)
  • 810d23d Fix(parser): make assignment parsing more lenient by allowing keyword in LHS ...
  • 8a948c8 feat(teradata): Parse RENAME TABLE as Command (#3863)
  • 64e187c Feat!: transpile postgres impliclitly exploding GENERATE_SERIES proje… (#3853)
  • 6afed2a feat(duckdb): Support for exp.TimeDiff generation (#3856)
  • Additional commits viewable in compare view

Merge request reports