fix(deps): update dependency sqlglot to >=23.4,<23.14 #9118
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.13
->>=23.4,<23.14
Release Notes
tobymao/sqlglot (sqlglot)
v23.13.1
Compare Source
🐛 Bug Fixes
2c2a788
- snowflake: COPY postfix (PR #3398 by @VaggelisD)v23.13.0
Compare Source
💥 BREAKING CHANGES
due to
cc6259d
- Mark UDTF child scopes as ScopeType.SUBQUERY (PR #3390 by @VaggelisD):Mark UDTF child scopes as ScopeType.SUBQUERY (#3390)
due to
33bae9b
- get rid of superfluous "parameters" arg in RegexpReplace (PR #3394 by @georgesittas):get rid of superfluous "parameters" arg in RegexpReplace (#3394)
due to
3768514
- snowflake optional merge insert (commit by @tobymao):snowflake optional merge insert
due to
d1b4f1f
- Introducing TIMESTAMP_NTZ token and data type (PR #3386 by @VaggelisD):Introducing TIMESTAMP_NTZ token and data type (#3386)
✨ New Features
d1b4f1f
- Introducing TIMESTAMP_NTZ token and data type (PR #3386 by @VaggelisD)16691f9
- prql: add support for AGGREGATE (PR #3395 by @fool1280)534fb80
- postgres: add support for anonymos index DDL syntax (PR #3403 by @georgesittas)🐛 Bug Fixes
a2afcca
- mysql: don't cast into invalid numeric/text types (PR #3375 by @georgesittas)60b5c3b
- spark: transpile presto TRY, fix JSON casting issue (PR #3376 by @georgesittas)3e8de71
- postgres: allow FOR clause without FROM in SUBSTRING closes #3377 (commit by @georgesittas)b2a7e55
- optimizer: Remove XOR from connector simplifications (PR #3380 by @VaggelisD)477754c
- trino: bring back TRIM parsing (PR #3385 by @georgesittas)cc6259d
- optimizer: Mark UDTF child scopes as ScopeType.SUBQUERY (PR #3390 by @VaggelisD)0d23b20
- allow joins in FROM expression parser (PR #3389 by @georgesittas)e7021df
- duckdb: Preserve DATE_SUB roundtrip (PR #3382 by @VaggelisD)641b296
- postgres: tokenize INT8 as BIGINT (PR #3392 by @georgesittas)33bae9b
- get rid of superfluous "parameters" arg in RegexpReplace (PR #3394 by @georgesittas)3768514
- snowflake optional merge insert (commit by @tobymao)f44cd24
- make generated constraint parsing more lenient fixes #3397 (commit by @georgesittas)00ff877
- tsql: quote hash sign as well for quoted temporary tables (PR #3401 by @georgesittas)84b7026
- trino: support for data type 'tdigest' (PR #3402 by @suryaiyer95)24e1115
- trino|presto: adding cast support for "hyperloglog" column type (PR #3405 by @uncledata)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.