Build(deps): bump sqlglot from 26.14.0 to 26.15.0
Bumps sqlglot from 26.14.0 to 26.15.0.
Changelog
Sourced from sqlglot's changelog.
[v26.15.0] - 2025-04-17
💥 BREAKING CHANGES
due to
2b7845a
- Add support for Athena's Iceberg partitioning transforms (PR #4976 by@VaggelisD
):Add support for Athena's Iceberg partitioning transforms (#4976)
due to
ee794e9
- use the standard POWER function instead of ^ fixes #4982 (commit by@georgesittas
):use the standard POWER function instead of ^ fixes #4982
due to
2369195
- consistently parse INTERVAL value as a string (PR #4986 by@georgesittas
):consistently parse INTERVAL value as a string (#4986)
due to
e866cff
- support RELY option for PRIMARY KEY, FOREIGN KEY, and UNIQUE constraints (PR #4987 by@geooo109
):support RELY option for PRIMARY KEY, FOREIGN KEY, and UNIQUE constraints (#4987)
✨ New Features
e866cff
- parser: support RELY option for PRIMARY KEY, FOREIGN KEY, and UNIQUE constraints (PR #4987 by@geooo109
)
🐛 Bug Fixes
2b7845a
- Add support for Athena's Iceberg partitioning transforms (PR #4976 by@VaggelisD
)fa6af23
- optimizer: compare the whole type to determine if a cast can be removed (PR #4981 by@georgesittas
)
↘️ fixes issue #4977 opened by@MeinAccount
830c9b8
- unnest_subqueries: avoid adding GROUP BY on aggregate projections in lateral subqueries (PR #4970 by@skadel
)ee794e9
- postgres: use the standard POWER function instead of ^ fixes #4982 (commit by@georgesittas
)85e62b8
- bigquery: Do not consume JOIN keywords after WITH OFFSET (PR #4984 by@VaggelisD
)2369195
- consistently parse INTERVAL value as a string (PR #4986 by@georgesittas
)
Commits
-
e866cff
feat(parser)!: support RELY option for PRIMARY KEY, FOREIGN KEY, and UNIQUE c... -
2369195
Fix!: consistently parse INTERVAL value as a string (#4986) -
fe6fdbe
Test that optimizer.simplify successfully mutates non-root nodes -
85e62b8
fix(bigquery): Do not consume JOIN keywords after WITH OFFSET (#4984) -
ee794e9
Fix(postgres)!: use the standard POWER function instead of ^ fixes #4982 -
830c9b8
fix(unnest_subqueries): avoid adding GROUP BY on aggregate projections in lat... -
fa6af23
Fix(optimizer): compare the whole type to determine if a cast can be removed ... -
2b7845a
fix!: Add support for Athena's Iceberg partitioning transforms (#4976) -
9286358
docs: update API docs, CHANGELOG.md for v26.14.0 [skip ci] - See full diff in compare view