Skip to content

Build(deps): Bump sqlglot from 22.3.1 to 22.4.0

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

Bumps sqlglot from 22.3.1 to 22.4.0.

Changelog

Sourced from sqlglot's changelog.

[v22.4.0] - 2024-03-12

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Refactors

Commits
  • 94b5a2f fix(athena): Fix CREATE TABLE properties, STRING data type (#3129)
  • 0ea849b feat: Adding NAME data type in Postgres/Redshift (#3128)
  • 9b25a8e feat: Adding BACKUP property (#3127)
  • 0ce9ef1 Refactor: improve parsing of storage provider setting in index params
  • 09708f5 feat: Adding EXCLUDE constraint support (#3116)
  • b1c8cac Fix!: traverse union scopes iteratively (#3112)
  • 80d484c Feat(postgres): generate StrToDate (#3124)
  • 12d72a6 Fix: make the lineage sources dict type covariant (#3122)
  • c333017 Fix: correctly generate ArrayJoin in various dialects (#3120)
  • 14c1dad TO_NUMBER transpilation cleanup
  • Additional commits viewable in compare view

Merge request reports