Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency sqlglot to >=23.4,<25.16 (#9875)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sqlglot](https://togithub.com/tobymao/sqlglot) | `>=23.4,<25.15` -> `>=23.4,<25.16` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sqlglot/25.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sqlglot/25.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sqlglot/25.14.0/25.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sqlglot/25.14.0/25.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tobymao/sqlglot (sqlglot)</summary> ### [`v25.15.0`](https://togithub.com/tobymao/sqlglot/blob/HEAD/CHANGELOG.md#v25150---2024-08-19) [Compare Source](https://togithub.com/tobymao/sqlglot/compare/v25.14.0...v25.15.0) ##### 💥 BREAKING CHANGES - due to [`a668655`](https://togithub.com/tobymao/sqlglot/commit/a668655440815605a566c52b65b28decdfb551eb) - preserve SYSDATE *(PR [#​3935](https://togithub.com/tobymao/sqlglot/pull/3935) by [@​georgesittas](https://togithub.com/georgesittas))*: preserve SYSDATE ([#​3935](https://togithub.com/tobymao/sqlglot/issues/3935)) ##### ✨ New Features - [`be11f4c`](https://togithub.com/tobymao/sqlglot/commit/be11f4c57c7842f69950bafc3225fb9c139af014) - **clickhouse**: add support for "@​"-style parameters *(PR [#​3939](https://togithub.com/tobymao/sqlglot/pull/3939) by [@​georgesittas](https://togithub.com/georgesittas))* ##### 🐛 Bug Fixes - [`a668655`](https://togithub.com/tobymao/sqlglot/commit/a668655440815605a566c52b65b28decdfb551eb) - **oracle**: preserve SYSDATE *(PR [#​3935](https://togithub.com/tobymao/sqlglot/pull/3935) by [@​georgesittas](https://togithub.com/georgesittas))* -↘️ *fixes issue [#​3934](https://togithub.com/tobymao/sqlglot/issues/3934) opened by [@​Hal-H2Apps](https://togithub.com/Hal-H2Apps)* - [`b824f8a`](https://togithub.com/tobymao/sqlglot/commit/b824f8a4148ace01750db301daf4a663dc03b580) - **parser**: allow complex expressions for UNPIVOT alias *(PR [#​3937](https://togithub.com/tobymao/sqlglot/pull/3937) by [@​georgesittas](https://togithub.com/georgesittas))* -↘️ *fixes issue [#​3936](https://togithub.com/tobymao/sqlglot/issues/3936) opened by [@​dbittenbender](https://togithub.com/dbittenbender)* ##### ♻️ Refactors - [`f4c34d3`](https://togithub.com/tobymao/sqlglot/commit/f4c34d37c5773c37a13437c7e0e7eb27b4e98877) - move "MINUS": TokenType.EXCEPT to hive instead of spark *(commit by [@​georgesittas](https://togithub.com/georgesittas))* </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/ibis-project/ibis). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
- Loading branch information