Skip to content

Build(deps): Bump sqlglot from 25.5.1 to 25.6.0

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

Bumps sqlglot from 25.5.1 to 25.6.0.

Changelog

Sourced from sqlglot's changelog.

[v25.6.0] - 2024-07-17

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Commits
  • b42b7ac fix: extract from time/date
  • dcc783a fix(clickhouse): Allow TokenType.SELECT as a Tuple field identifier (#3766)
  • 0606af6 fix(duckdb): Transpile UDFs from Databricks (#3768)
  • 82a1bb4 feat: Support for RPAD & LPAD functions (#3757)
  • 321051a feat(presto, trino): Add support for exp.TimestampAdd (#3765)
  • 5df3f52 fix: Remove number matching from COLON placeholder parser (#3761)
  • a2a6efb fix(bigquery)!: Canonicalize struct & array inline constructor (#3751)
  • 4a843e6 feat(postgres): Support FROM ROWS FROM (...) (#3753)
  • e9c4bbb feat: Support for ORDER BY ALL (#3756)
  • 0363fef Fix: attach comments to Commands (#3758)
  • Additional commits viewable in compare view

Merge request reports