Build(deps): bump sqlglot from 25.4.1 to 25.5.1
Bumps sqlglot from 25.4.1 to 25.5.1.
Changelog
Sourced from sqlglot's changelog.
[v25.5.1] - 2024-07-05
Bug Fixes
2bdde22
- optimizer: only qualify coalesced USING columns if they exist in table schemas (PR #3740 by@georgesittas
)[v25.5.0] - 2024-07-04
BREAKING CHANGES
due to
8335ba1
- preserve EXTRACT(date_part FROM datetime) calls (PR #3729 by@georgesittas
):preserve EXTRACT(date_part FROM datetime) calls (#3729)
due to
fb066a6
- Decouple NVL() from COALESCE() (PR #3734 by@VaggelisD
):Decouple NVL() from COALESCE() (#3734)
New Features
0c03299
- teradata: random lower upper closes #3721 (commit by@tobymao
)37b6e2d
- snowflake: add support for VECTOR(type, size) (PR #3724 by@georgesittas
)1e07c4d
- presto, trino: Configurable transpilation of Snowflake VARIANT (PR #3725 by@VaggelisD
)e5a53aa
- snowflake: Support for FROM CHANGES (PR #3731 by@VaggelisD
)
addresses issue #3730 opened by @achicoine-coveo
820d664
- presto: wrap md5 string arguments in to_utf8 (PR #3732 by@georgesittas
)
addresses issue #2855 opened by @MikeWallis42
912bc84
- spark, databricks: Support view schema binding options (PR #3739 by@VaggelisD
)
Bug Fixes
3454f86
- teradata: use timestamp with time zone over timestamptz (PR #3723 by@mtagle
)f4a2872
- clickhouse: switch off table alias columns generation (PR #3727 by@georgesittas
)8335ba1
- clickhouse: preserve EXTRACT(date_part FROM datetime) calls (PR #3729 by@georgesittas
)fb066a6
- oracle: Decouple NVL() from COALESCE() (PR #3734 by@VaggelisD
)
fixes issue #3733 opened by @Hal-H2Apps
c790c3b
- tsql: parse rhs of x::varchar(max) into a type (PR #3737 by@georgesittas
)
Refactors
84416d2
- teradata: clean up CurrentTimestamp generation logic (commit by@georgesittas
)
Commits
-
2bdde22
Fix(optimizer): only qualify coalesced USING columns if they exist in table s... -
e449e3d
docs: update API docs, CHANGELOG.md for v25.5.0 [skip ci] -
912bc84
feat(spark, databricks): Support view schema binding options (#3739) -
c790c3b
Fix(tsql): parse rhs of x::varchar(max) into a type (#3737) -
820d664
Feat(presto): wrap md5 string arguments in to_utf8 (#3732) -
fb066a6
fix(oracle)!: Decouple NVL() from COALESCE() (#3734) -
e5a53aa
feat(snowflake): Support for FROM CHANGES (#3731) -
1e07c4d
feat(presto, trino): Configurable transpilation of Snowflake VARIANT (#3725) -
8335ba1
Fix(clickhouse)!: preserve EXTRACT(date_part FROM datetime) calls (#3729) -
f4a2872
Fix(clickhouse): switch off table alias columns generation (#3727) - Additional commits viewable in compare view
Merge request reports
Activity
added dependencies python labels
mentioned in merge request !1464 (closed)
mentioned in commit 9b954b31
Please register or sign in to reply