Skip to content

Build(deps): Bump sqlglot from 25.10.0 to 25.13.0

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

Bumps sqlglot from 25.10.0 to 25.13.0.

Changelog

Sourced from sqlglot's changelog.

[v25.13.0] - 2024-08-17

💥 BREAKING CHANGES

🐛 Bug Fixes

Refactors

[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

... (truncated)

Commits
  • 46496a6 Refactor(clickhouse)!: improve transpilation of nullable/non-nullable data ty...
  • 7eab09d Add timestamp timestamptz generator mapping for CH (#3920)
  • 1d436d4 Refactor(clickhouse): transpile TRY_CAST(x AS T) to CAST(x AS Nullable(T)) (#...
  • 102f5d4 Fix(optimizer)!: infer set op types more accurately (#3918)
  • c74a8fd Fix(clickhouse): make try_cast toXXXOrNull() functions case-specific (#3917)
  • 7e578a2 docs: update API docs, CHANGELOG.md for v25.12.0 [skip ci]
  • 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]
  • Additional commits viewable in compare view

Merge request reports