Skip to content

Build(deps): bump sqlglot from 26.12.1 to 26.13.0

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

Bumps sqlglot from 26.12.1 to 26.13.0.

Changelog

Sourced from sqlglot's changelog.

[v26.13.0] - 2025-04-11

💥 BREAKING CHANGES

New Features

... (truncated)

Commits
  • 400ea54 Feat!: ensure JSON_FORMAT type is JSON when targeting Presto (#4968)
  • 7bc5a21 Feat(postgres): support laterals with ordinality fixes #4965 (#4966)
  • 72cf4a4 feat(duckdb)!: Add support for PIVOT multiple IN clauses (#4964)
  • ad5b595 Feat: allow explicit aliasing in if(...) expressions (#4963)
  • 1f506b1 feat(duckdb)!: support SHOW (ALL) TABLES (#4961)
  • b011ee2 feat(bigquery): Add support for side & kind on set operators (#4959)
  • 44b955b fix(clickhouse)!: Fix generation of exp.Values (#4930)
  • 61ed971 Fix(athena): Correctly handle CTAS queries that contain Union's (#4955)
  • c591443 Feat(duckdb): add support for GROUP clause in standard PIVOT syntax (#4953)
  • f835756 fix(snowflake)!: Fix CREATE EXTERNAL TABLE properties (#4951)
  • Additional commits viewable in compare view

Merge request reports

Loading