Skip to content

Bump sqlglot from 25.20.1 to 25.21.3

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

Bumps sqlglot from 25.20.1 to 25.21.3.

Changelog

Sourced from sqlglot's changelog.

[v25.21.3] - 2024-09-14

New Features

🐛 Bug Fixes

[v25.21.2] - 2024-09-13

New Features

🐛 Bug Fixes

Refactors

🔧 Chores

[v25.21.1] - 2024-09-13

🐛 Bug Fixes

[v25.21.0] - 2024-09-12

💥 BREAKING CHANGES

New Features

... (truncated)

Commits
  • 21f5bcd Fix: parse struct(...)[] type properly (#4123)
  • bd8e050 Feat(clickhouse): support ON CLUSTER clause in DELETE (#4119)
  • 3c4b274 docs: update API docs, CHANGELOG.md for v25.21.2 [skip ci]
  • fd8b8ba Chore: create ARRAY_TYPES set under DataType
  • 2dc0b86 Chore(optimizer): rename helper function in expand_using (#4117)
  • 7cf1d70 Refactor(optimizer): Optimize USING expansion (#4115)
  • a34f8b6 Feat(oracle): support TRUNC without fmt argument fixes #4116
  • 66c3295 fix(optimizer): Enable USING expansion with multiple joins (#4113)
  • 44579b4 docs: update API docs, CHANGELOG.md for v25.21.1 [skip ci]
  • 06c76f7 fix: calling interval without unit
  • Additional commits viewable in compare view

Merge request reports