Build(deps): bump sqlglot from 26.12.1 to 26.13.0
Bumps sqlglot from 26.12.1 to 26.13.0.
Changelog
Sourced from sqlglot's changelog.
[v26.13.0] - 2025-04-11
💥 BREAKING CHANGES
due to
1df7f61
- refactor length_sql so it handles any type, not just varchar/blob (PR #4935 by@tekumara
):refactor length_sql so it handles any type, not just varchar/blob (#4935)
due to
52719f3
- parse CREATE STAGE (PR #4947 by@tekumara
):parse CREATE STAGE (#4947)
due to
fd39b30
- parse CREATE FILE FORMAT (PR #4948 by@tekumara
):parse CREATE FILE FORMAT (#4948)
due to
f835756
- Fix CREATE EXTERNAL TABLE properties (PR #4951 by@VaggelisD
):Fix CREATE EXTERNAL TABLE properties (#4951)
due to
44b955b
- Fix generation of exp.Values (PR #4930 by@VaggelisD
):Fix generation of exp.Values (#4930)
due to
1f506b1
- support SHOW (ALL) TABLES (PR #4961 by@mscolnick
):support SHOW (ALL) TABLES (#4961)
due to
72cf4a4
- Add support for PIVOT multiple IN clauses (PR #4964 by@VaggelisD
):Add support for PIVOT multiple IN clauses (#4964)
due to
400ea54
- ensure JSON_FORMAT type is JSON when targeting Presto (PR #4968 by@georgesittas
):ensure JSON_FORMAT type is JSON when targeting Presto (#4968)
✨ New Features
52719f3
- snowflake: parse CREATE STAGE (PR #4947 by@tekumara
)fd39b30
- snowflake: parse CREATE FILE FORMAT (PR #4948 by@tekumara
)da9a6a1
- snowflake: parse SHOW STAGES (PR #4949 by@tekumara
)bfdcdf0
- snowflake: parse SHOW FILE FORMATS (PR #4950 by@tekumara
)c591443
- duckdb: add support for GROUP clause in standard PIVOT syntax (PR #4953 by@georgesittas
)b011ee2
- bigquery: Add support for side & kind on set operators (PR #4959 by@VaggelisD
)1f506b1
- duckdb: support SHOW (ALL) TABLES (PR #4961 by@mscolnick
)
↘️ addresses issue #4956 opened by@mscolnick
ad5b595
- allow explicit aliasing in if(...) expressions (PR #4963 by@georgesittas
)72cf4a4
- duckdb: Add support for PIVOT multiple IN clauses (PR #4964 by@VaggelisD
)7bc5a21
- postgres: support laterals with ordinality fixes #4965 (PR #4966 by@georgesittas
)400ea54
- ensure JSON_FORMAT type is JSON when targeting Presto (PR #4968 by@georgesittas
)
... (truncated)
Commits
-
400ea54
Feat!: ensure JSON_FORMAT type is JSON when targeting Presto (#4968) -
7bc5a21
Feat(postgres): support laterals with ordinality fixes #4965 (#4966) -
72cf4a4
feat(duckdb)!: Add support for PIVOT multiple IN clauses (#4964) -
ad5b595
Feat: allow explicit aliasing in if(...) expressions (#4963) -
1f506b1
feat(duckdb)!: support SHOW (ALL) TABLES (#4961) -
b011ee2
feat(bigquery): Add support for side & kind on set operators (#4959) -
44b955b
fix(clickhouse)!: Fix generation of exp.Values (#4930) -
61ed971
Fix(athena): Correctly handle CTAS queries that contain Union's (#4955) -
c591443
Feat(duckdb): add support for GROUP clause in standard PIVOT syntax (#4953) -
f835756
fix(snowflake)!: Fix CREATE EXTERNAL TABLE properties (#4951) - Additional commits viewable in compare view