-
Notifications
You must be signed in to change notification settings - Fork 99
Commit baefc8f
authored
Update sqlglot requirement from <25.28,>=25.5.0 to >=25.5.0,<25.29 (#3093)
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.28.0] - 2024-10-25</h2>
<h3>:boom: BREAKING CHANGES</h3>
<ul>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/16913887f5573f01eb8cd2b9336d4b37b84a449a"><code>1691388</code></a>
- Fix chained exp.SetOperation type annotation <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4274">#4274</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>:</p>
<p>Fix chained exp.SetOperation type annotation (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4274">#4274</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/c3c199714df04edfe3698594680bac06575ca285"><code>c3c1997</code></a>
- Add support for STRING function <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4284">#4284</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>:</p>
<p>Add support for STRING function (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4284">#4284</a>)</p>
</li>
</ul>
<h3>:sparkles: New Features</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/379f487080d95ef6e87cbbae8003541cde381ac0"><code>379f487</code></a>
- <strong>bigquery</strong>: transpile EDIT_DISTANCE, closes <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4283">#4283</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/c3c199714df04edfe3698594680bac06575ca285"><code>c3c1997</code></a>
- <strong>bigquery</strong>: Add support for STRING function <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4284">#4284</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/1a26bff619315a6e9dc3eab4dec07746b4820796"><code>1a26bff</code></a>
- <strong>snowflake</strong>: Transpile exp.SafeDivide <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4294">#4294</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/ac66d2f4b94e6a984adbf3df01139b6378248158"><code>ac66d2f</code></a>
- <strong>clickhouse</strong>: properly parse CREATE FUNCTION DDLs
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4282">#4282</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/TobikoData/sqlmesh/issues/3276">#3276</a>
opened by <a
href="https://github.com/jwhitaker-gridcog"><code>@jwhitaker-gridcog</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/16913887f5573f01eb8cd2b9336d4b37b84a449a"><code>1691388</code></a>
- <strong>optimizer</strong>: Fix chained exp.SetOperation type
annotation <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4274">#4274</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/4261">#4261</a>
opened by <a
href="https://github.com/gabrielteotonio"><code>@gabrielteotonio</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/559e7bc5bbc77e94dea6de0470659b3c3fa6851f"><code>559e7bc</code></a>
- <strong>clickhouse</strong>: Wrap subquery if it's LHS of IS NOT NULL
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4287">#4287</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/4285">#4285</a>
opened by <a
href="https://github.com/EugeneTorap"><code>@EugeneTorap</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/47bc09a85a3781682f5e58bfde5f453fb1a7c50b"><code>47bc09a</code></a>
- <strong>sqlite</strong>: Fix UNIQUE parsing <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4293">#4293</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/4291">#4291</a>
opened by <a
href="https://github.com/tshu-w"><code>@tshu-w</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/ee266ef8f92fe72252eea36b56e8825715644a4f"><code>ee266ef</code></a>
- improve support for identifier delimiter escaping <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4288">#4288</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
</ul>
<h3>:wrench: Chores</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/c6ff7f1a0b6e443d80bc0f0ad1086d5c7b13b9f4"><code>c6ff7f1</code></a>
- bump sqlglotrs to v0.2.13 <em>(commit by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em></li>
</ul>
<h2>[v25.27.0] - 2024-10-22</h2>
<h3>:boom: BREAKING CHANGES</h3>
<ul>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/4d8649940d02ac319f2fec372a52674488f01de5"><code>4d86499</code></a>
- include the target node for Move edits <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4277">#4277</a>
by <a
href="https://github.com/georgesittas"><code>@georgesittas</code></a>)</em>:</p>
<p>include the target node for Move edits (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4277">#4277</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/97719657d1b2074dabfbe54af0e1ea3acd6d4744"><code>9771965</code></a>
- Add support for TIMESTAMP_NTZ_FROM_PARTS <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4280">#4280</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em>:</p>
<p>Add support for TIMESTAMP_NTZ_FROM_PARTS (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4280">#4280</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/768adb3d85ed88931d761e5ecc8fb4a3a40d0dc5"><code>768adb3</code></a>
- time string literals containing fractional seconds <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4269">#4269</a>
by <a
href="https://github.com/treysp"><code>@treysp</code></a>)</em>:</p>
<p>time string literals containing fractional seconds (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4269">#4269</a>)</p>
</li>
</ul>
<h3>:sparkles: New Features</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/97719657d1b2074dabfbe54af0e1ea3acd6d4744"><code>9771965</code></a>
- <strong>snowflake</strong>: Add support for TIMESTAMP_NTZ_FROM_PARTS
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4280">#4280</a>
by <a
href="https://github.com/VaggelisD"><code>@VaggelisD</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/9e11654c6ebf7451f14d46c006070effe452519a"><code>9e11654</code></a>
- <strong>clickhouse</strong>: add geometry types <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4278">#4278</a>
by <a
href="https://github.com/jwhitaker-gridcog"><code>@jwhitaker-gridcog</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/c6ff7f1a0b6e443d80bc0f0ad1086d5c7b13b9f4"><code>c6ff7f1</code></a>
Chore: bump sqlglotrs to v0.2.13</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/1a26bff619315a6e9dc3eab4dec07746b4820796"><code>1a26bff</code></a>
feat(snowflake): Transpile exp.SafeDivide (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4294">#4294</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/ee266ef8f92fe72252eea36b56e8825715644a4f"><code>ee266ef</code></a>
Fix: improve support for identifier delimiter escaping (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4288">#4288</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/bcdc1aa8982625442ace4ad65b1086de1676990a"><code>bcdc1aa</code></a>
clickhouse: improve Decimal rendering/parsing (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4290">#4290</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/47bc09a85a3781682f5e58bfde5f453fb1a7c50b"><code>47bc09a</code></a>
fix(sqlite): Fix UNIQUE parsing (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4293">#4293</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/559e7bc5bbc77e94dea6de0470659b3c3fa6851f"><code>559e7bc</code></a>
fix(clickhouse): Wrap subquery if it's LHS of IS NOT NULL (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4287">#4287</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/c3c199714df04edfe3698594680bac06575ca285"><code>c3c1997</code></a>
feat(bigquery)!: Add support for STRING function (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4284">#4284</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/379f487080d95ef6e87cbbae8003541cde381ac0"><code>379f487</code></a>
Feat(bigquery): transpile EDIT_DISTANCE, closes <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4283">#4283</a></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/16913887f5573f01eb8cd2b9336d4b37b84a449a"><code>1691388</code></a>
fix(optimizer)!: Fix chained exp.SetOperation type annotation (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4274">#4274</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/ac66d2f4b94e6a984adbf3df01139b6378248158"><code>ac66d2f</code></a>
Fix(clickhouse): properly parse CREATE FUNCTION DDLs (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4282">#4282</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tobymao/sqlglot/compare/v25.5.0...v25.28.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 1abc9fe commit baefc8fCopy full SHA for baefc8f
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