Skip to content

Build(deps): Bump sqlglot from 19.4.0 to 19.5.0

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

Bumps sqlglot from 19.4.0 to 19.5.0.

Changelog

Sourced from sqlglot's changelog.

[v19.5.0] - 2023-11-16

💥 BREAKING CHANGES

  • due to 96d514c - get rid of SetAgg to use ArrayUniqueAgg for consistency (PR #2566 by @​georgesittas):

    get rid of SetAgg to use ArrayUniqueAgg for consistency (#2566)

New Features

🐛 Bug Fixes

Refactors

Commits
  • c4da9fc refactor: tokenizer performance improvements
  • 53b3677 Feat(executor): add support for null replacement value in ARRAY_JOIN (#2569)
  • 2029896 Fix(snowflake): Snowflake only supports literals in LIMIT (#2568)
  • afafc5c Feat!(executor): add support for struct and arrayjoin (#2567)
  • ac79a59 Fix: tokenizer should not reuse list in initializer
  • 96d514c Refactor!: get rid of SetAgg to use ArrayUniqueAgg for consistency (#2566)
  • cf5beb8 Refactor unique array agg testing
  • 3766686 Feat(executor): add support for array_unique_agg (#2564)
  • 0aa1457 docs: update API docs, CHANGELOG.md for v19.4.0 [skip ci]
  • See full diff in compare view

Merge request reports