Skip to content

Build(deps): Bump sqlglot from 25.6.1 to 25.8.1

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

Bumps sqlglot from 25.6.1 to 25.8.1.

Changelog

Sourced from sqlglot's changelog.

[v25.8.1] - 2024-07-30

🐛 Bug Fixes

[v25.8.0] - 2024-07-29

New Features

🐛 Bug Fixes

Refactors

[v25.7.1] - 2024-07-25

🐛 Bug Fixes

[v25.7.0] - 2024-07-25

New Features

... (truncated)

Commits
  • a295b3a Fix(tsql): regression related to CTEs in CREATE VIEW AS statements (#3852)
  • 864d150 docs: update API docs, CHANGELOG.md for v25.8.0 [skip ci]
  • 89976c1 Fix(parser): allow 'cube' to be used for identifiers (#3850)
  • d00ea9c Refactor: exclude boolean args in Generator.format_args (#3849)
  • f8ca6b4 Fix(tsql): bubble up exp.Create CTEs to improve transpilability (#3848)
  • 12ae9cd Fix(tsql): handle JSON_QUERY with a single argument (#3847)
  • d71eb4e fix: pretty gen for tuples
  • 2ffb070 fix(duckdb): allow fixed length array casts closes #3841 (#3842)
  • 57ecc84 Fix(duckdb): wrap left IN clause json extract arrow operand fixes #3836
  • 45f45ea Feat(duckdb): add support for SUMMARIZE (#3840)
  • Additional commits viewable in compare view

Merge request reports