Skip to content

Build(deps): bump sqlglot from 25.32.1 to 25.34.0

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

Bumps sqlglot from 25.32.1 to 25.34.0.

Changelog

Sourced from sqlglot's changelog.

[v25.34.0] - 2024-12-06

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

[v25.33.0] - 2024-12-04

💥 BREAKING CHANGES

  • due to 07fa69d - Make TIMESTAMP map to Type.TIMESTAMPTZ (PR #4451 by @​VaggelisD):

    Make TIMESTAMP map to Type.TIMESTAMPTZ (#4451)

  • due to 63d8f41 - treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, oracle (PR #4467 by @​georgesittas):

    treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, oracle (#4467)

New Features

🐛 Bug Fixes

Commits
  • 438ae4c fix(bigquery): Do not generate NULL ordering on Windows (#4480)
  • 41c6d24 feat(optimizer)!: Alias expanded USING STRUCT fields (#4474)
  • a34bcde Fix(bigquery): properly consume dashed table parts (#4477)
  • a2899c2 docs: update API docs, CHANGELOG.md for v25.33.0 [skip ci]
  • 65a51d7 Feat!(snowflake): improve transpilation of TO_TIMESTAMP* variants (#4473)
  • a9dca8d feat(postgres): Support generated columns (#4472)
  • 3945acc Feat: allow tables to be preserved in replace_table (#4468)
  • 63d8f41 Fix(parser)!: treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, ora...
  • 07fa69d fix(spark)!: Make TIMESTAMP map to Type.TIMESTAMPTZ (#4451)
  • ca5023d fix(presto): Remove parentheses from CURRENT_USER (#4459)
  • Additional commits viewable in compare view

Merge request reports

Loading