Skip to content

Build(deps): Bump sqlglot from 25.10.0 to 25.11.3

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

Bumps sqlglot from 25.10.0 to 25.11.3.

Changelog

Sourced from sqlglot's changelog.

[v25.11.3] - 2024-08-14

🐛 Bug Fixes

[v25.11.2] - 2024-08-14

🐛 Bug Fixes

[v25.11.1] - 2024-08-13

New Features

[v25.11.0] - 2024-08-13

💥 BREAKING CHANGES

  • due to 0428c37 - Support ALTER VIEW AS SELECT (PR #3873 by @​xiaohui-sun):

    Support ALTER VIEW AS SELECT (#3873)

  • due to a666117 - parse v NOT IN (subquery) as v <> ALL (subquery) (PR #3891 by @​georgesittas):

    parse v NOT IN (subquery) as v <> ALL (subquery) (#3891)

  • due to d968932 - treat identifiers as case-sensitive, handle EMPTY table property, generate DateStrToDate (PR #3895 by @​jwhitaker-gridcog):

    treat identifiers as case-sensitive, handle EMPTY table property, generate DateStrToDate (#3895)

  • due to 1d7319a - transpile Unnest(GenerateDateArray(...)) to various dialects (PR #3899 by @​georgesittas):

    transpile Unnest(GenerateDateArray(...)) to various dialects (#3899)

New Features

🐛 Bug Fixes

Commits
  • 57f7aa9 Fix(clickhouse): COMMENT property in CTAS needs to come last (#3910)
  • 55c7676 docs: update API docs, CHANGELOG.md for v25.11.2 [skip ci]
  • 19eee93 Fix: various fixups for unnest(generatedatearray) transpilation (#3906)
  • c22f411 Fix(clickhouse): ensure we generate the Table in creatable_sql if it represen...
  • 5333711 docs: update API docs, CHANGELOG.md for v25.11.1 [skip ci]
  • 790c1b1 Feat(clickhouse): support PARTITION BY, SETTINGS in Insert expression (#3904)
  • bdb381a docs: update API docs, CHANGELOG.md for v25.11.0 [skip ci]
  • bea3c08 Fix(parser): improve performance of OUTER/CROSS APPLY parsing (#3901)
  • 3e5e730 Fix(clickhouse): generate exp.Values correctly, handle FORMAT Values (#3900)
  • e0cd7e2 Minor ClickHouse cleanup
  • Additional commits viewable in compare view

Merge request reports