-
Notifications
You must be signed in to change notification settings - Fork 609
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,<23.17 #9209
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpcloud
force-pushed
the
renovate/sqlglot-23.x
branch
from
May 18, 2024 13:54
c5a245c
to
22c9d50
Compare
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. |
cpcloud
force-pushed
the
renovate/sqlglot-23.x
branch
from
May 18, 2024 14:57
22c9d50
to
3107c5a
Compare
cpcloud
force-pushed
the
renovate/sqlglot-23.x
branch
from
May 18, 2024 14:57
3107c5a
to
4e4bad0
Compare
Clouds are passing:
|
cpcloud
approved these changes
May 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=23.4,<23.15
->>=23.4,<23.17
Release Notes
tobymao/sqlglot (sqlglot)
v23.16.0
Compare Source
💥 BREAKING CHANGES
due to
e281db8
- Add ALTER TABLE SET (PR #3485 by @VaggelisD):Add ALTER TABLE SET (#3485)
✨ New Features
e281db8
- Add ALTER TABLE SET (PR #3485 by @VaggelisD)9aee21b
- add RETURNS NULL ON NULL and STRICT properties (PR #3504 by @georgesittas)🔧 Chores
0896d11
- lint (commit by @tobymao)v23.15.10
Compare Source
✨ New Features
89c1d3a
- clickhouse: support generate TimestampTrunc, Variance, Stddev (PR #3489 by @longxiaofei)🐛 Bug Fixes
03879bb
- postgres: date_trunc supports time zone (commit by @georgesittas)6e7f37a
- copy into pretty printing and default dialect (PR #3496 by @tobymao)e8600e2
- property eq needs highest precedence (commit by @tobymao)v23.15.9
Compare Source
💥 BREAKING CHANGES
due to
846d5cd
- set default precision / width for DECIMAL type (PR #3472 by @georgesittas):set default precision / width for DECIMAL type (#3472)
due to
e3ff67b
- preserve star clauses (EXCLUDE, RENAME, REPLACE) (PR #3477 by @georgesittas):preserve star clauses (EXCLUDE, RENAME, REPLACE) (#3477)
due to
b417c80
- parse TININT into UTINYINT to improve transpilation (PR #3486 by @georgesittas):parse TININT into UTINYINT to improve transpilation (#3486)
due to
54e31af
- add DECLARE statement parsing (PR #3462 by @jlucas-fsp):add DECLARE statement parsing (#3462)
due to
7287bb9
- nested cte ordering closes #3488 (commit by @tobymao):nested cte ordering closes #3488
✨ New Features
2c29bf3
- snowflake: add support for CREATE TAG DDL statement (PR #3473 by @georgesittas)2433993
- transpiler: handle different hex behavior for dialects (PR #3463 by @viplazylmht)0009e09
- add epoch_ms of duckdb to other dialects (PR #3471 by @longxiaofei)461215b
- clickhouse: add support for PROJECTION in CREATE TABLE statement (PR #3465 by @GaliFFun)54e31af
- tsql: add DECLARE statement parsing (PR #3462 by @jlucas-fsp)c811adb
- snowflake array_construct_compact to spark (commit by @tobymao)🐛 Bug Fixes
58d5f2b
- presto: fix parsing and generating hash functions presto/trino (PR #3459 by @viplazylmht)065281e
- optimizer: fix multiple bugs in unnest_subqueries, clean up test suite (PR #3464 by @georgesittas)80ba1e8
- preserve quotes for projections produced by the eliminate_qualify rule (PR #3470 by @aersam)3bc1fbe
- make quoting of alias_or_name in eliminate_qualify more robust (commit by @georgesittas)1843e9b
- allow parameters in user-defined types (PR #3474 by @georgesittas)e004d2a
- duckdb: preserve precedence of json extraction when converting to arrow syntax (PR #3478 by @georgesittas)e3ff67b
- snowflake: preserve star clauses (EXCLUDE, RENAME, REPLACE) (PR #3477 by @georgesittas)428fd61
- mysql: generate CONCAT for DPipe (PR #3482 by @georgesittas)b417c80
- tsql: parse TININT into UTINYINT to improve transpilation (PR #3486 by @georgesittas)a3ff49e
- presto: fix DELETE DML statement for presto/trino (PR #3466 by @viplazylmht)7287bb9
- nested cte ordering closes #3488 (commit by @tobymao)5b64475
- allow rollup to be used as an identifier (PR #3495 by @georgesittas)♻️ Refactors
846d5cd
- snowflake: set default precision / width for DECIMAL type (PR #3472 by @georgesittas)930f923
- clean up Hex / LowerHex implementation (PR #3483 by @georgesittas)883fcd7
- presto: make DELETE transpilation more robust (PR #3487 by @georgesittas)49f7f85
- tsql: handle TABLE more gracefully for DeclareItem (commit by @georgesittas)v23.15.8
Compare Source
💥 BREAKING CHANGES
due to
510f8b5
- improve transpilation of TABLESAMPLE clause (PR #3457 by @georgesittas):improve transpilation of TABLESAMPLE clause (#3457)
✨ New Features
510f8b5
- improve transpilation of TABLESAMPLE clause (PR #3457 by @georgesittas)e28c959
- make create table cmd parsing less aggressive so that they can be used in sqlmesh @if macros (commit by @tobymao)v23.15.7
Compare Source
🔧 Chores
c3bb3da
- change python-version to 3.11 for build-rs (commit by @georgesittas)v23.15.6
Compare Source
🔧 Chores
cd8f568
- fix rust deployment workflow bug (commit by @georgesittas)v23.15.5
Compare Source
v23.15.4
Compare Source
v23.15.3
Compare Source
🔧 Chores
130255e
- update rust (commit by @tobymao)v23.15.2
Compare Source
✨ New Features
116172a
- add support for ON property in ALTER and DROP statements (PR #3450 by @GaliFFun)aa104fd
- add semi colon comments (commit by @tobymao)🐛 Bug Fixes
2c62267
- bigquery: fix SHA1 generator (PR #3453 by @viplazylmht)fb3dea9
- clickhouse: fix parsing and generating hash functions (PR #3454 by @viplazylmht)b76dfda
- snowflake: COPY Subquery postfix (PR #3449 by @VaggelisD)🔧 Chores
684df5f
- remove unnecessary set_op (commit by @tobymao)v23.15.1
Compare Source
✨ New Features
89c1d3a
- clickhouse: support generate TimestampTrunc, Variance, Stddev (PR #3489 by @longxiaofei)🐛 Bug Fixes
03879bb
- postgres: date_trunc supports time zone (commit by @georgesittas)6e7f37a
- copy into pretty printing and default dialect (PR #3496 by @tobymao)e8600e2
- property eq needs highest precedence (commit by @tobymao)v23.15.0
Compare Source
💥 BREAKING CHANGES
due to
9338ebc
- tsql drop view no catalog (commit by @tobymao):tsql drop view no catalog
✨ New Features
80670bb
- snowflake: Support for APPROX_PERCENTILE (PR #3426 by @VaggelisD)b46c5b3
- clickhouse: add support for partition expression (PR #3428 by @GaliFFun)07badc9
- clickhouse: add support for ALTER TABLE REPLACE PARTITION statement (PR #3441 by @GaliFFun)baf39e7
- redshift: improve ALTER TABLE .. ALTER .. support (PR #3444 by @georgesittas)🐛 Bug Fixes
e8014e2
- mysql: Parse REPLACE statement as Command (PR #3425 by @VaggelisD)273731f
- snowflake: parse CREATE SEQUENCE with commas (PR #3436 by @georgesittas)761ba6f
- don't generate connector comments when comments=False closes #3439 (commit by @georgesittas)a2a6eaa
- handle empty string in connector comment padding (PR #3437 by @uncledata)1bc0ce5
- func to binary MOD generation (PR #3440 by @VaggelisD)5cfb29c
- bigquery: MOD edge case (commit by @georgesittas)9825c4c
- improve error handling for nested schema levels (PR #3445 by @tobymao)c309def
- duckdb: use name sequence instead of single _t for unnest alias (PR #3446 by @georgesittas)0927ae3
- executor: use timezone-aware object to represent datetime in UTC (PR #3447 by @georgesittas)9338ebc
- tsql drop view no catalog (commit by @tobymao)🔧 Chores
30f9d30
- bump ruff to 0.4.3 (PR #3430 by @georgesittas)91bed56
- test 3.12 (commit by @tobymao)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 has been generated by Mend Renovate. View repository job log here.