Build(deps): bump sqlglot from 25.32.1 to 25.34.0
Bumps sqlglot from 25.32.1 to 25.34.0.
Changelog
Sourced from sqlglot's changelog.
[v25.34.0] - 2024-12-06
💥 BREAKING CHANGES
due to
41c6d24
- Alias expanded USING STRUCT fields (PR #4474 by@VaggelisD
):Alias expanded USING STRUCT fields (#4474)
✨ New Features
41c6d24
- optimizer: Alias expanded USING STRUCT fields (PR #4474 by@VaggelisD
)
🐛 Bug Fixes
a34bcde
- bigquery: properly consume dashed table parts (PR #4477 by@georgesittas
)
↘️ fixes issue #4476 opened by@matthewcyy
438ae4c
- bigquery: Do not generate NULL ordering on Windows (PR #4480 by@VaggelisD
)
↘️ fixes issue #4478 opened by@goldmedal
[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
3945acc
- allow tables to be preserved in replace_table (PR #4468 by@georgesittas
)a9dca8d
- postgres: Support generated columns (PR #4472 by@VaggelisD
)
🐛 Bug Fixes
380dad2
- bigquery: Rename CONTAINS_SUBSTRING to CONTAINS_SUBSTR (PR #4457 by@VaggelisD
)
↘️ fixes issue #4456 opened by@romanhaa
ca5023d
- presto: Remove parentheses from CURRENT_USER (PR #4459 by@MikeWallis42
)
↘️ fixes issue #4458 opened by@MikeWallis42
07fa69d
- spark: Make TIMESTAMP map to Type.TIMESTAMPTZ (PR #4451 by@VaggelisD
)
↘️ fixes issue #4442 opened by@dor-bernstein
63d8f41
- parser: treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, oracle (PR #4467 by@georgesittas
)
↘️ fixes issue #4466 opened by@Harmuth94
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