Skip to content

Build(deps): Bump sqlglot from 25.6.1 to 25.8.0

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

Bumps sqlglot from 25.6.1 to 25.8.0.

Changelog

Sourced from sqlglot's changelog.

[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

🐛 Bug Fixes

... (truncated)

Commits
  • 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)
  • 4c912cd Feat(clickhouse): improve parsing/transpilation of StrToDate (#3839)
  • e37d63a Feat(bigquery): add support for BYTEINT closes #3838
  • Additional commits viewable in compare view

Merge request reports