-
Notifications
You must be signed in to change notification settings - Fork 99
Commit d6a92df
Update sqlglot requirement from <25.19,>=25.5.0 to >=25.5.0,<25.20 (#2533)
Updates the requirements on
[sqlglot](https://github.com/tobymao/sqlglot) to permit the latest
version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md">sqlglot's
changelog</a>.</em></p>
<blockquote>
<h2>[v25.19.0] - 2024-09-03</h2>
<h3>:boom: BREAKING CHANGES</h3>
<ul>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/6da932889c2d60c82be118842f4edee031009f8a"><code>6da9328</code></a>
- refactor SET OPERATION handling to set correct defaults <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4009">#4009</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em>:</p>
<p>refactor SET OPERATION handling to set correct defaults (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4009">#4009</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/4b69d18e8e23c9ba2b0a886be497df9c1071f26c"><code>4b69d18</code></a>
- use TO_GEOGRAPHY, TO_GEOMETRY instead of casts <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4017">#4017</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em>:</p>
<p>use TO_GEOGRAPHY, TO_GEOMETRY instead of casts (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4017">#4017</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/098590718104b9a6e9c0340fbe05fd89759c142b"><code>0985907</code></a>
- Add UnsupportedError to unnest_to_explode transform <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4016">#4016</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>:</p>
<p>Add UnsupportedError to unnest_to_explode transform (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4016">#4016</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/7d63d235c1f8ce7a76db3d31f11050dc65c0fef1"><code>7d63d23</code></a>
- Support JSON_EXISTS, refactor ON handling <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4032">#4032</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>:</p>
<p>Support JSON_EXISTS, refactor ON handling (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4032">#4032</a>)</p>
</li>
</ul>
<h3>:sparkles: New Features</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/f550ba1068eaa4be45c19b4a3ea11baad48b27c1"><code>f550ba1</code></a>
- <strong>presto</strong>: support [ SECURITY { DEFINER | INVOKER } ]
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4008">#4008</a>
by <a
href="https://github.com/usmanovbf"><code>@usmanovbf</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/dedd75790ecc2549fa7b28b3612125ca2aaeb762"><code>dedd757</code></a>
- <strong>oracle</strong>: Parse multitable inserts <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4000">#4000</a>
by <a
href="https://github.com/usefulalgorithm"><code>@usefulalgorithm</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/098590718104b9a6e9c0340fbe05fd89759c142b"><code>0985907</code></a>
- Add UnsupportedError to unnest_to_explode transform <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4016">#4016</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/8f5fccfca8502e0fe00420662825845cc640a1cb"><code>8f5fccf</code></a>
- <strong>presto</strong>: generate non-iso DayOfWeek <em>(commit by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/7d63d235c1f8ce7a76db3d31f11050dc65c0fef1"><code>7d63d23</code></a>
- <strong>oracle</strong>: Support JSON_EXISTS, refactor ON handling
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4032">#4032</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>addresses issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4026">#4026</a>
opened by <a
href="https://github.com/ashishshukla19"><code>@ashishshukla19</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/85cc7ad68599dde59ffab460d49010f167cab85d"><code>85cc7ad</code></a>
- <strong>duckdb</strong>: Transpile BQ's exp.ArrayToString <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4034">#4034</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/7f2c7f17f5d79c3ea93b43cdeacdb5339955c9a8"><code>7f2c7f1</code></a>
- Support for NORMALIZE() function <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4041">#4041</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>addresses issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4037">#4037</a>
opened by <a
href="https://github.com/jasonrosendale"><code>@jasonrosendale</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/a1b980327ff94519a4cba1e0e48066c0ea51d359"><code>a1b9803</code></a>
- support COMPRESS column constraint wihout a value <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4045">#4045</a>
by <a
href="https://github.com/thomascjohnson"><code>@thomascjohnson</code></a>)</em></li>
</ul>
<h3>:bug: Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/85837729e746743755294727d0394534834f4c4c"><code>8583772</code></a>
- <strong>tsql</strong>: Use count_big instead of count <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/3996">#3996</a>
by <a
href="https://github.com/colin-ho"><code>@colin-ho</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>fixes issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/3995">#3995</a>
opened by <a
href="https://github.com/colin-ho"><code>@colin-ho</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/4b7ca2be353e7432b84384ff9cfd43f3c43438e0"><code>4b7ca2b</code></a>
- <strong>spark</strong>: Custom annotation for SUBSTRING() <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4004">#4004</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>fixes issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4002">#4002</a>
opened by <a
href="https://github.com/racevedoo"><code>@racevedoo</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/cb172dbe4d13fd3badad352ea79d2fd6e5271576"><code>cb172db</code></a>
- <strong>clickhouse</strong>: ensure that ALL and DISTINCT are rendered
for except and intersect <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4007">#4007</a>
by <a href="https://github.com/cpcloud"><code>@cpcloud</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>fixes issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4005">#4005</a>
opened by <a
href="https://github.com/cpcloud"><code>@cpcloud</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/829fdcb1dbe52710269823bda93e3e49c02dbf63"><code>829fdcb</code></a>
- <strong>starrocks</strong>: exp.Unnest transpilation <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/3999">#3999</a>
by <a
href="https://github.com/hellozepp"><code>@hellozepp</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>fixes issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/3962">#3962</a>
opened by <a
href="https://github.com/hellozepp"><code>@hellozepp</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/6da932889c2d60c82be118842f4edee031009f8a"><code>6da9328</code></a>
- refactor SET OPERATION handling to set correct defaults <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4009">#4009</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/23a928edc1d204a13516e0db38336774962a135e"><code>23a928e</code></a>
- <strong>mysql</strong>: Preserve roundtrip of %a, %W time formats
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4014">#4014</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>fixes issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4011">#4011</a>
opened by <a
href="https://github.com/hellozepp"><code>@hellozepp</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/2d4483c0f79c5c72438a7093c938b1f178e5d48a"><code>2d4483c</code></a>
- don't log warning in to_json_path conditionally <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4015">#4015</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>fixes issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4013">#4013</a>
opened by <a
href="https://github.com/hellozepp"><code>@hellozepp</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/4b69d18e8e23c9ba2b0a886be497df9c1071f26c"><code>4b69d18</code></a>
- <strong>snowflake</strong>: use TO_GEOGRAPHY, TO_GEOMETRY instead of
casts <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4017">#4017</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/1108426a0eb23bbcaec8bed946f1dae6682bc1dd"><code>1108426</code></a>
- <strong>optimizer</strong>: annotate unary expressions correctly
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4019">#4019</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/5fad18c6cb5f62630cdfa2616231436586c41d67"><code>5fad18c</code></a>
- <strong>presto</strong>: exp.DayOfWeek <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4024">#4024</a>
by <a
href="https://github.com/hellozepp"><code>@hellozepp</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/ea9a4948a3e1619b885fc0b1522a7382d68c9cbe"><code>ea9a494</code></a>
- <strong>parser</strong>: consume STREAM in _parse_select only if it's
a VAR, closes <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4029">#4029</a>
<em>(commit by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/c239a741233bf858ce686d2d32a657cbedb49699"><code>c239a74</code></a>
- transpile null exclusion for ARRAY_AGG <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4033">#4033</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/9b7eb2e40e4bec4d18664f09e01c1165122dd43f"><code>9b7eb2e</code></a>
Chore: bump sqlglotrs to v0.2.10</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/bf0f5fa1ab44daa74102b0f16ae16f905b175fbc"><code>bf0f5fa</code></a>
fix(parser): Ensure exp.Coalesce expressions is a list (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4050">#4050</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/b11c73e38aa495715c327f44586714e19f699c9c"><code>b11c73e</code></a>
Refactor: clean up starrocks DISTRIBUTED BY property generation</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/f55647d9d9c088880c0c16efff23ef8d22c2be44"><code>f55647d</code></a>
fix(starrocks): exp.Create transpilation (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4023">#4023</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/c35a62cdbc29c796bf0728d3f26e5ae5474881a8"><code>c35a62c</code></a>
Chore: set the license for sqlglotrs (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4048">#4048</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/a1b980327ff94519a4cba1e0e48066c0ea51d359"><code>a1b9803</code></a>
Feat: support COMPRESS column constraint wihout a value (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4045">#4045</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/7f2c7f17f5d79c3ea93b43cdeacdb5339955c9a8"><code>7f2c7f1</code></a>
feat: Support for NORMALIZE() function (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4041">#4041</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/551d32fdebfc78506b77e4f6e6882d2a8cbd457c"><code>551d32f</code></a>
fix(postgres): Support for DROP INDEX CONCURRENTLY. (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4040">#4040</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/aa83ba6211ec1caba6dfefbdfa79cb880a267349"><code>aa83ba6</code></a>
Add materialized argument to _with (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4036">#4036</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/85cc7ad68599dde59ffab460d49010f167cab85d"><code>85cc7ad</code></a>
feat(duckdb): Transpile BQ's exp.ArrayToString (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4034">#4034</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tobymao/sqlglot/compare/v25.5.0...v25.19.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Serge Smertin <[email protected]>1 parent e4fdb79 commit d6a92dfCopy full SHA for d6a92df
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments