Skip to content

Bump sqlglot from 25.21.3 to 25.22.0

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

Bumps sqlglot from 25.21.3 to 25.22.0.

Changelog

Sourced from sqlglot's changelog.

[v25.22.0] - 2024-09-19

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Commits
  • e6c9902 fix: invalid regex
  • 089b77e Fix(athena): DDL fixes (#4132)
  • ba015dc Feat!: add returning to merge expression builder (#4125)
  • 22c456d fix: Do not generate DISTINCT keyword in FILTER (#4130)
  • 9f3d0d5 Fix!(parser): parse lhs of := into an Identifier if it's not qualified (#4127)
  • 4506b3b Feat(duckdb): add support for the UNION type (#4128)
  • 1fac6a9 Feat: expose sqlglot.expressions.delete as a sqlglot module function (#4126)
  • 25181b9 docs: update API docs, CHANGELOG.md for v25.21.3 [skip ci]
  • See full diff in compare view

Merge request reports