Skip to content

Build(deps): Bump sqlglot from 22.4.0 to 22.5.0

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

Bumps sqlglot from 22.4.0 to 22.5.0.

Changelog

Sourced from sqlglot's changelog.

[v22.5.0] - 2024-03-14

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Refactors

🔧 Chores

Commits
  • 230a845 fix: optimizer bugs
  • ebbf5a1 Chore: copy sqlglot.svg in docs/ to also display logo in website (#3147)
  • 8526c8e Feat(tsql): transpile LIMIT with OFFSET properly (#3145)
  • 2b4952e Refactor!: desugar LOG2 and LOG10 by converting them into LOG (#3139)
  • d6bac3e fix(duckdb): Slice + Array bug (#3137)
  • a9db8ff Fix: don't mutate parent nested classes if undefined in a dialect (#3134)
  • 4ad5b36 Feat!(snowflake): iceberg ddl, structured types, cast rename/keep fields, dro...
  • d269b9f Improve exp.subquery docstring
  • 4bf862b Fix!(snowflake): clean up TO_TIME, TO_TIMESTAMP* builder (#3131)
  • c01ff44 Feat(snowflake): Add TO_TIMESTAMP test and update env.py (#3130)
  • Additional commits viewable in compare view

Merge request reports