Skip to content

Build(deps): bump sqlglot from 23.11.2 to 23.12.1

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

Bumps sqlglot from 23.11.2 to 23.12.1.

Changelog

Sourced from sqlglot's changelog.

[v23.12.1] - 2024-04-25

🔧 Chores

[v23.12.0] - 2024-04-25

💥 BREAKING CHANGES

  • due to c5ce47b - Combine aggregate functions with orderby from WITHIN GROUP (PR #3352 by @​VaggelisD):

    Combine aggregate functions with orderby from WITHIN GROUP (#3352)

New Features

🐛 Bug Fixes

🔧 Chores

Commits
  • 6d7a9f4 chore: use unknown token types
  • 719d394 chore: add a test for quoted aliases
  • 589c4bf docs: update API docs, CHANGELOG.md for v23.12.0 [skip ci]
  • c5ce47b fix(duckdb)!: Combine aggregate functions with orderby from WITHIN GROUP (#3352)
  • 071bd42 Add test to check anonymous type is preserved if not agg
  • ce7d893 feat(clickhouse): Parse window functions in ParameterizedAggFuncs (#3347)
  • fb9a7ad chore: copy png
  • eae2f6b chore: update sqlglot logo
  • 52bdd0c fix(tsql): Convert TIMESTAMP to ROWVERSION, transpile both to BINARY (#3348)
  • a95c16b Update README.md
  • Additional commits viewable in compare view

Merge request reports