Skip to content

Build(deps): Bump sqlglot from 25.10.0 to 25.12.0

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

Bumps sqlglot from 25.10.0 to 25.12.0.

Changelog

Sourced from sqlglot's changelog.

[v25.12.0] - 2024-08-15

💥 BREAKING CHANGES

  • due to e8e70f3 - treat DATABASE kind as SCHEMA (and conversely) in exp.Create (PR #3912 by @​georgesittas):

    treat DATABASE kind as SCHEMA (and conversely) in exp.Create (#3912)

New Features

🐛 Bug Fixes

[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)

... (truncated)

Commits
  • 9a66903 Feat(clickhouse): add support for TryCast generation (#3913)
  • e8e70f3 Fix(clickhouse)!: treat DATABASE kind as SCHEMA (and conversely) in exp.Creat...
  • 7965cac Fix(clickhouse): wrap query in CTAS when COMMENT prop is present (#3911)
  • 0e8c7fc docs: update API docs, CHANGELOG.md for v25.11.3 [skip ci]
  • 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)
  • Additional commits viewable in compare view

Merge request reports