Skip to content

Build(deps): Bump sqlglot from 22.1.0 to 22.2.0

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

Bumps sqlglot from 22.1.0 to 22.2.0.

Changelog

Sourced from sqlglot's changelog.

[v22.2.0] - 2024-03-01

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

[v22.1.1] - 2024-02-29

New Features

🐛 Bug Fixes

Commits
  • c8a753b Fix: Ignore Identifier nodes in the diffing algorithm (#3065)
  • e2becea fix: is distinct from parsing
  • c9bde44 feat: Making parse_number & parse_string more lenient (#3064)
  • 59ccb74 minor cleanup in the TOP generator
  • 8662e31 Feat(postgres): improve transpilation of JSON array unnesting (#3063)
  • 4e6e82c fix(snowflake): allow any identifier after : closes #3061 (#3062)
  • 4029fab fix!: expand alias refs of double aggs if it is a window func (#3059)
  • 08bafbd fix!: handle unnesting groups closes #3056 (#3058)
  • d587669 docs: update API docs, CHANGELOG.md for v22.1.1 [skip ci]
  • 00e9f6d fix test
  • Additional commits viewable in compare view

Merge request reports