Skip to content

Bump sqlglot from 22.5.0 to 23.3.0

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

Bumps sqlglot from 22.5.0 to 23.3.0.

Changelog

Sourced from sqlglot's changelog.

[v23.3.0] - 2024-03-29

💥 BREAKING CHANGES

  • due to 0919be5 - StrToUnix Hive parsing, Presto generation fixes (PR #3225 by @​georgesittas):

    StrToUnix Hive parsing, Presto generation fixes (#3225)

  • due to 163c85c - convert dt with isoformat sep space for better compat, trino doesnt accept T (commit by @​tobymao):

    convert dt with isoformat sep space for better compat, trino doesnt accept T

New Features

🐛 Bug Fixes

🔧 Chores

[v23.1.0] - 2024-03-26

💥 BREAKING CHANGES

  • due to 71b82b4 - allow transformations that mutate the visited node's parent (PR #3182 by @​georgesittas):

    allow transformations that mutate the visited node's parent (#3182)

New Features

... (truncated)

Commits
  • 2a3a5cd Fix: properly parse/generate duckdb MAP {..} syntax, annotate MAPs (#3241)
  • 12563ae Feat: mvp for transpling sqlite's STRFTIME (#3242)
  • 59f1d13 feat(oracle): Support for CONNECT BY [NOCYCLE] (#3238)
  • 647611e chore: only set vars with necessary
  • bf94ce3 fix: > 1 nested joins closes #3231
  • b097da5 fix: index error when comment sql is none
  • fd5783f Fix: don't evaluate Rand twice when ordering by it (#3233)
  • 8325039 Fix(duckdb): wrap columns inside of INTERVAL expressions
  • 555647d Fix: make property value parsing more lenient (#3230)
  • 163c85c fix!: convert dt with isoformat sep space for better compat, trino doesnt acc...
  • Additional commits viewable in compare view

Merge request reports