Build(deps): bump sqlglot from 25.30.0 to 25.31.4
Bumps sqlglot from 25.30.0 to 25.31.4.
Changelog
Sourced from sqlglot's changelog.
[v25.31.4] - 2024-11-17
🐛 Bug Fixes
59b8b6d
- preserve column quoting in DISTINCT ON elimination (commit by@georgesittas
)[v25.31.3] - 2024-11-17
✨ New Features
835e717
- clickhouse: transform function support (PR #4408 by@GaliFFun
)
🐛 Bug Fixes
0479743
- snowflake: cast to TimeToStr arg to TIMESTAMP more conservatively (commit by@georgesittas
)[v25.31.2] - 2024-11-17
🐛 Bug Fixes
d851269
- use existing aliases in DISTINCT ON elimination, if any (commit by@georgesittas
)[v25.31.1] - 2024-11-17
✨ New Features
b00d857
- add support for specifying column in row_number function (PR #4406 by@GaliFFun
)
🐛 Bug Fixes
0e46cc7
- refactor DISTINCT ON elimination transformation (PR #4407 by@georgesittas
)[v25.31.0] - 2024-11-16
💥 BREAKING CHANGES
due to
f4abfd5
- Support FORMAT_TIMESTAMP (PR #4383 by@VaggelisD
):Support FORMAT_TIMESTAMP (#4383)
due to
45eef60
- use select star when eliminating distinct on (PR #4401 by@agrigoroi-palantir
):use select star when eliminating distinct on (#4401)
✨ New Features
72ffdcb
- bigquery: Add parsing support for STRPOS(...) (PR #4378 by@VaggelisD
)e7b67e0
- bigquery: Support MAKE_INTERVAL (PR #4384 by@VaggelisD
)37c4809
- bigquery: Support INT64(...) (PR #4391 by@VaggelisD
)9694999
- Add support for CONTAINS(...) (PR #4399 by@VaggelisD
)
🐛 Bug Fixes
f4abfd5
- bigquery: Support FORMAT_TIMESTAMP (PR #4383 by@VaggelisD
)bb46ee3
- parser: Parse exp.Column for DROP COLUMN (PR #4390 by@VaggelisD
)
↘ fixes issue #4388 opened by@AhlamHani
79f6783
- snowflake: Wrap DIV0 operands if they're binary expressions (PR #4393 by@VaggelisD
)
↘ fixes issue #4392 opened by@diogo-fernan
647b98d
- starrocks: Add RESERVED_KEYWORDS specific to starrocks (PR #4402 by@notexistence
)
... (truncated)
Commits
-
59b8b6d
Fix: preserve column quoting in DISTINCT ON elimination -
38af9b2
docs: update API docs, CHANGELOG.md for v25.31.3 [skip ci] -
0479743
Fix(snowflake): cast to TimeToStr arg to TIMESTAMP more conservatively -
835e717
feat(clickhouse): transform function support (#4408) -
6b4fb7d
docs: update API docs, CHANGELOG.md for v25.31.2 [skip ci] -
d851269
Fix: use existing aliases in DISTINCT ON elimination, if any -
7819d61
docs: update API docs, CHANGELOG.md for v25.31.1 [skip ci] -
0e46cc7
Fix: refactor DISTINCT ON elimination transformation (#4407) -
b00d857
feat: add support for specifying column in row_number function (#4406) -
de157ab
docs: update API docs, CHANGELOG.md for v25.31.0 [skip ci] - Additional commits viewable in compare view