-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency sqlglot to >=23.4,<25.22 #10109
Conversation
This was a rather large break, so I'm going to bump the lower bound of sqlglot to 25.21. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
dc5d4aa
to
6743d25
Compare
I think I can make this backwards compatible. Moved to draft mode until I can do that. |
6743d25
to
d11ef75
Compare
d11ef75
to
860f11f
Compare
This is now backwards compatible with at least the previous version of sqlglot. |
860f11f
to
46da70b
Compare
4300179
to
1f45c14
Compare
…0109) Co-authored-by: Phillip Cloud <[email protected]>
This PR contains the following updates:
>=23.4,<25.21
->>=23.4,<25.22
Release Notes
tobymao/sqlglot (sqlglot)
v25.21.1
Compare Source
🐛 Bug Fixes
06c76f7
- calling interval without unit (commit by @tobymao)v25.21.0
Compare Source
💥 BREAKING CHANGES
due to
da51ea5
- refactor exp.Chr (PR #4081 by @georgesittas):refactor exp.Chr (#4081)
due to
9c527b5
- treat Nullable as an arg instead of a DataType.TYPE (PR #4094 by @georgesittas):treat Nullable as an arg instead of a DataType.TYPE (#4094)
✨ New Features
5771d8d
- add merge expression builder (PR #4084 by @max-muoto)1d52709
- postgres: Parse DO NOTHING and RETURNING in MERGE statement (PR #4087 by @VaggelisD)1615bad
- Add support for UUID function (PR #4089 by @VaggelisD)5733600
- bigquery: transpile UUID type to STRING (PR #4093 by @georgesittas)75230f5
- bigquery: add support for the MERGE ... THEN INSERT ROW syntax (PR #4096 by @georgesittas)f8d4dc4
- parser: add support for ALTER INDEX closes #4105 (commit by @georgesittas)28c6f27
- duckdb: Support *COLUMNS() function (PR #4106 by @VaggelisD)3cb0041
- snowflake: Fix exp.Pivot FOR IN clause (PR #4109 by @VaggelisD)7ac21a0
- athena: Improve DDL query support (PR #4099 by @erindru)🐛 Bug Fixes
da51ea5
- parser: refactor exp.Chr (PR #4081 by @georgesittas)6294f9e
- starrocks: generate ARRAY_FILTER for exp.ArrayFilter (PR #4088 by @gauravsagar483)1e02c02
- mysql: convert VARCHAR without size to TEXT for DDLs (PR #4092 by @georgesittas)cb5bcff
- clickhouse: generate formatDateTime instead of DATE_FORMAT fixes #4098 (commit by @georgesittas)b10255e
- snowflake: Manually escape single quotes in colon operator (PR #4104 by @VaggelisD)67a9ad8
- Move JSON path escape to generation (PR #4110 by @VaggelisD)♻️ Refactors
9c527b5
- treat Nullable as an arg instead of a DataType.TYPE (PR #4094 by @georgesittas)2961049
- implement decorator to easily mark args as unsupported (PR #4111 by @georgesittas)🔧 Chores
75e6406
- prql: rewrite tests to usevalidate_all()
(PR #4097 by @JJHCool)e1f6ae3
- prql: use validate_all instead of validate_identity (commit by @georgesittas)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.
This PR was generated by Mend Renovate. View the repository job log.