Skip to content

Build(deps): Bump sqlglot from 20.5.0 to 20.8.0

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

Bumps sqlglot from 20.5.0 to 20.8.0.

Changelog

Sourced from sqlglot's changelog.

[v20.8.0] - 2024-01-08

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

[v20.7.1] - 2024-01-04

🐛 Bug Fixes

[v20.6.0] - 2024-01-04

💥 BREAKING CHANGES

... (truncated)

Commits
  • 2dfb7e8 Feat(optimizer): add support for the UNPIVOT operator (#2771)
  • ad2a809 Fix!(tsql): use square bracket quotes by default, not quotes (#2796)
  • 3f7748b fix: don't transpile nulls last in window specs
  • 59ecd2f Fix(clickhouse): allow transpilation of countIf, fix 2 arg variant parsing (#...
  • a2499f5 Fix(tsql): generate correct TRIM syntax closes #2786
  • f85ce3b Fix(tsql): gracefully handle complex formats in FORMAT (#2794)
  • 46c9733 feat(tsql): round func closes #2790
  • 8f8f00e fix: don't transform null ordering with positional orders closes #2779
  • d31ae0d fix: allow string aliases closes #2788
  • 963e2dc Feat(snowflake): add support for SHOW COLUMNS (#2778)
  • Additional commits viewable in compare view

Merge request reports