-
Notifications
You must be signed in to change notification settings - Fork 99
Commit a1eb27f
Update sqlglot requirement from <25.32,>=25.5.0 to >=25.5.0,<25.33 (#3382)
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.32.0] - 2024-11-22</h2>
<h3>:boom: BREAKING CHANGES</h3>
<ul>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/0eed45cce82681bfbafc8bfb78eb2a1bce86ae53"><code>0eed45c</code></a>
- Add support for ATTACH/DETACH statements <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4419">#4419</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>:</p>
<p>Add support for ATTACH/DETACH statements (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4419">#4419</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/da48b68a4f1fa6a754fa2a0a789564675d59546f"><code>da48b68</code></a>
- Tokenize hints as comments <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4426">#4426</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>:</p>
<p>Tokenize hints as comments (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4426">#4426</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/fe3539464a153b1c0bf46975d6221dee48a48f02"><code>fe35394</code></a>
- fix datetime coercion in the canonicalize rule <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4431">#4431</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em>:</p>
<p>fix datetime coercion in the canonicalize rule (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4431">#4431</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/fddcd3dfc264a645909686c201d2288c0adf9047"><code>fddcd3d</code></a>
- bump sqlglotrs to 0.3.0 <em>(commit by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em>:</p>
<p>bump sqlglotrs to 0.3.0</p>
</li>
</ul>
<h3>:sparkles: New Features</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/0eed45cce82681bfbafc8bfb78eb2a1bce86ae53"><code>0eed45c</code></a>
- <strong>duckdb</strong>: Add support for ATTACH/DETACH statements
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4419">#4419</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/2db757dfec9ded26572b8e9a71dcc8ea8a2382fe"><code>2db757d</code></a>
- <strong>bigquery</strong>: Support FEATURES_AT_TIME <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4430">#4430</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/4428">#4428</a>
opened by <a
href="https://github.com/YuvrajSoni-Ksolves"><code>@YuvrajSoni-Ksolves</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/fc591ae2fa80be5821cb53d78906afe8e5505654"><code>fc591ae</code></a>
- <strong>risingwave</strong>: add support for SINK, SOURCE & other
DDL properties <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4387">#4387</a>
by <a
href="https://github.com/lin0303-siyuan"><code>@lin0303-siyuan</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/a2bde2e03e9ef8650756bf304db35b4876746d1f"><code>a2bde2e</code></a>
- <strong>mysql</strong>: improve transpilability of CHAR[ACTER]_LENGTH
<em>(commit by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/0acc248361f49f68f17d799cbaf6b3de06c57f7e"><code>0acc248</code></a>
- <strong>snowflake</strong>: Support CREATE ... WITH TAG <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4434">#4434</a>
by <a
href="https://github.com/asikowitz"><code>@asikowitz</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>addresses issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4427">#4427</a>
opened by <a
href="https://github.com/asikowitz"><code>@asikowitz</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/37863ffd747cad9c2b9bed60119cc1551faeffda"><code>37863ff</code></a>
- <strong>snowflake</strong>: Transpile non-UNNEST exp.GenerateDateArray
refs <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4433">#4433</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em></li>
</ul>
<h3>:bug: Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/83ee97b34cd0fe269b4820f15147d1ed7523612e"><code>83ee97b</code></a>
- <strong>parser</strong>: Do not parse window function arg as
exp.Column <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4415">#4415</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/4410">#4410</a>
opened by <a
href="https://github.com/merlindso"><code>@merlindso</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/b22e0c8680b0ee5a382e57904b698bf21a94f782"><code>b22e0c8</code></a>
- <strong>parser</strong>: Extend DESCRIBE parser for MySQL FORMAT &
statements <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4417">#4417</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/4414">#4414</a>
opened by <a
href="https://github.com/AhlamHani"><code>@AhlamHani</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/d1d2ae7d1514abc9477d275352e5e126509157c6"><code>d1d2ae7</code></a>
- <strong>duckdb</strong>: Allow count arg on exp.ArgMax &
exp.ArgMin <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4413">#4413</a>
by <a href="https://github.com/aersam"><code>@aersam</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>fixes issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4412">#4412</a>
opened by <a
href="https://github.com/aersam"><code>@aersam</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/e3c45d5ec0ae6827e4b0bcfb047aeac131379732"><code>e3c45d5</code></a>
- presto reset session closes <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4421">#4421</a>
<em>(commit by <a
href="https://github.com/tobymao"><code>@tobymao</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/fd81f1bfee9a566b8df8bb501828c20bd72ac481"><code>fd81f1b</code></a>
- more presto commands <em>(commit by <a
href="https://github.com/tobymao"><code>@tobymao</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/da48b68a4f1fa6a754fa2a0a789564675d59546f"><code>da48b68</code></a>
- Tokenize hints as comments <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4426">#4426</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/4425">#4425</a>
opened by <a
href="https://github.com/mkmoisen"><code>@mkmoisen</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/69d4a8ccdf5954f293acbdf61c420b72dde5b8af"><code>69d4a8c</code></a>
- <strong>tsql</strong>: Map weekday to %w <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4438">#4438</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/4435">#4435</a>
opened by <a
href="https://github.com/travispaice"><code>@travispaice</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/41d6a13ccfb28fbcf772fd43ea17da3b36567e67"><code>41d6a13</code></a>
- add return type <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4440">#4440</a>
by <a
href="https://github.com/etonlels"><code>@etonlels</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/fe3539464a153b1c0bf46975d6221dee48a48f02"><code>fe35394</code></a>
- <strong>optimizer</strong>: fix datetime coercion in the canonicalize
rule <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4431">#4431</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/4429">#4429</a>
opened by <a
href="https://github.com/Ca1ypso"><code>@Ca1ypso</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/6aea9f346ef8f91467e1d5da5a3f94cf862b44fe"><code>6aea9f3</code></a>
- Refactor NORMALIZE_FUNCTIONS flag usage <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4437">#4437</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em></li>
</ul>
<h3>:recycle: Refactors</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/f32a435205ec288f310ad57748ac66805e27f7f5"><code>f32a435</code></a>
- <strong>risingwave</strong>: clean up SINK/SOURCE logic <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4432">#4432</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/b24aced2dbb7e471d2dd0eb830ea4f2e24f9d267"><code>b24aced</code></a>
- <strong>snowflake</strong>: clean up [WITH] TAG property / constraint
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4439">#4439</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/fddcd3dfc264a645909686c201d2288c0adf9047"><code>fddcd3d</code></a>
Chore!: bump sqlglotrs to 0.3.0</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/6aea9f346ef8f91467e1d5da5a3f94cf862b44fe"><code>6aea9f3</code></a>
fix: Refactor NORMALIZE_FUNCTIONS flag usage (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4437">#4437</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/fe3539464a153b1c0bf46975d6221dee48a48f02"><code>fe35394</code></a>
Fix(optimizer)!: fix datetime coercion in the canonicalize rule (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4431">#4431</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/41d6a13ccfb28fbcf772fd43ea17da3b36567e67"><code>41d6a13</code></a>
fix: add return type (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4440">#4440</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/b24aced2dbb7e471d2dd0eb830ea4f2e24f9d267"><code>b24aced</code></a>
Refactor(snowflake): clean up [WITH] TAG property / constraint (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4439">#4439</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/37863ffd747cad9c2b9bed60119cc1551faeffda"><code>37863ff</code></a>
feat(snowflake): Transpile non-UNNEST exp.GenerateDateArray refs (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4433">#4433</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/69d4a8ccdf5954f293acbdf61c420b72dde5b8af"><code>69d4a8c</code></a>
fix(tsql): Map weekday to %w (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4438">#4438</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/0acc248361f49f68f17d799cbaf6b3de06c57f7e"><code>0acc248</code></a>
feat(snowflake): Support CREATE ... WITH TAG (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4434">#4434</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/a2bde2e03e9ef8650756bf304db35b4876746d1f"><code>a2bde2e</code></a>
Feat(mysql): improve transpilability of CHAR[ACTER]_LENGTH</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/da48b68a4f1fa6a754fa2a0a789564675d59546f"><code>da48b68</code></a>
fix!: Tokenize hints as comments (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4426">#4426</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tobymao/sqlglot/compare/v25.5.0...v25.32.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>1 parent 07188c7 commit a1eb27fCopy full SHA for a1eb27f
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