Skip to content

Build(deps): Bump sqlglot from 22.2.1 to 22.3.0

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

Bumps sqlglot from 22.2.1 to 22.3.0.

Changelog

Sourced from sqlglot's changelog.

[v22.3.0] - 2024-03-08

New Features

🐛 Bug Fixes

Refactors

🔧 Chores

Commits
  • ebe5a46 Refactor(executor): simplify column type inference (#3104)
  • 18fd079 feat: no recursion copy (#3103)
  • a38db01 feat: Generalizing CREATE SEQUENCE (#3090)
  • 8d5be0c Feat(duckdb): make ARRAY_TO_STRING transpilable to other dialects
  • ddab9df feat(duckdb): add support for exp.ArrayJoin (#3102)
  • efee388 feat: no more recursion for union generation (#3101)
  • 8a34fb4 Refactor!(optimizer): only create scopes for the DDL queries (#3096)
  • cea7508 refactor(lineage): simplify Node.walk() (#3098)
  • 3bbcca2 Fix!(optimizer): promote typed div to double if operands are non-float (#3094)
  • 4fb74ff fix: dataframe optimize user input (#3092)
  • Additional commits viewable in compare view

Merge request reports