Skip to content

Build(deps): Bump sqlglot from 20.11.0 to 21.0.1

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

Bumps sqlglot from 20.11.0 to 21.0.1.

Changelog

Sourced from sqlglot's changelog.

[v21.0.1] - 2024-02-07

New Features

[v21.0.0] - 2024-02-07

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Refactors

... (truncated)

Commits
  • 3a20eac Feat(clickhouse): add support for JSONExtractString, clean up some helpers (#...
  • c02939e docs: update API docs, CHANGELOG.md for v21.0.0 [skip ci]
  • cbbad1f Feat: improve transpilation of JSON path wildcards (#2924)
  • 838e780 Feat: improve transpilation of CREATE TABLE LIKE statement (#2923)
  • 15582f4 Refactor: move JSON path generation logic in Generator (#2920)
  • d20d826 fix: have table exclude this if schema target (#2921)
  • 326aa31 Refactor!: deprecate case where transforms can be plain strs (#2919)
  • 15fdff2 fix(optimizer): don't remove NOT parenthesis (#2917)
  • 072264f fix(mysql): SHOW SCHEMAS (#2916)
  • 4dd716c Add parse support for BPCHAR (#2915)
  • Additional commits viewable in compare view

Merge request reports