Skip to content

Bump sqlglot from 23.7.0 to 23.8.0

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

Bumps sqlglot from 23.7.0 to 23.8.0.

Changelog

Sourced from sqlglot's changelog.

[v23.8.0] - 2024-04-08

💥 BREAKING CHANGES

  • due to 6bba030 - transpile map retrieval to duckdb, transpile TRY_ELEMENT_AT (PR #3277 by @​georgesittas):

    transpile map retrieval to duckdb, transpile TRY_ELEMENT_AT (#3277)

  • due to 02218fc - allow to_column to properly parse quoted column paths, make types simpler (PR #3289 by @​tobymao):

    allow to_column to properly parse quoted column paths, make types simpler (#3289)

New Features

🐛 Bug Fixes

🔧 Chores

Commits
  • c793629 chore: another test case
  • fe0eb57 fix: pass quoted to the identifier
  • 1311ba3 Feat(presto): add support for DISTINCT / ALL after GROUP BY (#3290)
  • 02218fc fix!: allow to_column to properly parse quoted column paths, make types simpl...
  • a37d231 fix(presto): allow qualify to be an alias closes #3287
  • 0690cbc feat(snowflake): FINAL/RUNNING keywords in MATCH_RECOGNIZE MEASURES (#3284)
  • 46fbd8d Revert "Chore: deploy sqlglot and then sqlglotrs (#3264)" (#3281)
  • 1726923 feat: desc history databricks closes #3280
  • 6bba030 Feat!: transpile map retrieval to duckdb, transpile TRY_ELEMENT_AT (#3277)
  • 6d1c44d Fix(optimizer): unnest union subqueries (#3278)
  • Additional commits viewable in compare view

Merge request reports