Skip to content

Build(deps): Bump sqlglot from 25.5.1 to 25.6.1

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

Bumps sqlglot from 25.5.1 to 25.6.1.

Changelog

Sourced from sqlglot's changelog.

[v25.6.1] - 2024-07-18

🐛 Bug Fixes

[v25.6.0] - 2024-07-17

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Commits
  • e99146b fix: make copy a dml statement for qualify_tables
  • 19370d5 fix(postgres): Decouple UNIQUE from DEFAULT constraints (#3775)
  • 4bd598a docs: update API docs, CHANGELOG.md for v25.6.0 [skip ci]
  • 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)
  • Additional commits viewable in compare view

Merge request reports