Skip to content
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

Bump sqlglot from 25.32.1 to 25.33.0 #1285

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps sqlglot from 25.32.1 to 25.33.0.

Changelog

Sourced from sqlglot's changelog.

[v25.33.0] - 2024-12-04

💥 BREAKING CHANGES

  • due to 07fa69d - Make TIMESTAMP map to Type.TIMESTAMPTZ (PR #4451 by @​VaggelisD):

    Make TIMESTAMP map to Type.TIMESTAMPTZ (#4451)

  • due to 63d8f41 - treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, oracle (PR #4467 by @​georgesittas):

    treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, oracle (#4467)

✨ New Features

🐛 Bug Fixes

Commits
  • 65a51d7 Feat!(snowflake): improve transpilation of TO_TIMESTAMP* variants (#4473)
  • a9dca8d feat(postgres): Support generated columns (#4472)
  • 3945acc Feat: allow tables to be preserved in replace_table (#4468)
  • 63d8f41 Fix(parser)!: treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, ora...
  • 07fa69d fix(spark)!: Make TIMESTAMP map to Type.TIMESTAMPTZ (#4451)
  • ca5023d fix(presto): Remove parentheses from CURRENT_USER (#4459)
  • 380dad2 fix(bigquery): Rename CONTAINS_SUBSTRING to CONTAINS_SUBSTR (#4457)
  • 73825d2 docs: update API docs, CHANGELOG.md for v25.32.1 [skip ci]
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sqlglot [>= 24.a, < 25]
sqlglot [>= 25.31.dev0, < 25.32]

Dependabot compatibility score

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 commands and options

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)

Bumps [sqlglot](https://github.com/tobymao/sqlglot) from 25.32.1 to 25.33.0.
- [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md)
- [Commits](tobymao/sqlglot@v25.32.1...v25.33.0)

---
updated-dependencies:
- dependency-name: sqlglot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 5, 2024 09:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 5, 2024
Copy link

github-actions bot commented Dec 5, 2024

Coverage tests results

498 tests  ±0   460 ✅ ±0   5s ⏱️ ±0s
  7 suites ±0    38 💤 ±0 
  7 files   ±0     0 ❌ ±0 

Results for commit c6af299. ± Comparison against base commit 4598772.

♻️ This comment has been updated with latest results.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

A newer version of sqlglot exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Collaborator

@sundarshankar89 sundarshankar89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sundarshankar89 sundarshankar89 added this pull request to the merge queue Dec 10, 2024
Merged via the queue into main with commit 335d1ae Dec 10, 2024
9 checks passed
@sundarshankar89 sundarshankar89 deleted the dependabot/pip/sqlglot-25.33.0 branch December 10, 2024 05:17
ericvergnaud added a commit that referenced this pull request Dec 10, 2024
…ature/multiplexer/isolate-sqlglot-dependencies

* feature/multiplexer/refactor-transpiler-config:
  formatting
  address comments
  Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#1334)
  Bump com.fasterxml.jackson.module:jackson-module-scala_2.12 from 2.15.2 to 2.18.2 (#1335)
  Bump sqlglot from 25.32.1 to 25.33.0 (#1285)
  Mark scala as a dependency for Dependabot to ignore. (#1331)
  Bump net.alchim31.maven:scala-maven-plugin from 4.8.1 to 4.9.2 (#1323)
  Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 (#1325)
  Bump com.lihaoyi:pprint_2.12 from 0.8.1 to 0.9.0 (#1326)
ericvergnaud added a commit that referenced this pull request Dec 10, 2024
…feature/multiplexer/rename-fixture

* feature/multiplexer/isolate-sqlglot-dependencies:
  use consistent variable names
  fix param types
  formatting
  address comments
  Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#1334)
  Bump com.fasterxml.jackson.module:jackson-module-scala_2.12 from 2.15.2 to 2.18.2 (#1335)
  Bump sqlglot from 25.32.1 to 25.33.0 (#1285)
  Mark scala as a dependency for Dependabot to ignore. (#1331)
  Bump net.alchim31.maven:scala-maven-plugin from 4.8.1 to 4.9.2 (#1323)
  Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 (#1325)
  Bump com.lihaoyi:pprint_2.12 from 0.8.1 to 0.9.0 (#1326)
ericvergnaud added a commit that referenced this pull request Dec 10, 2024
…lexer/create-launcher-from-cli

* feature/multiplexer/rename-fixture:
  use consistent variable names
  fix param types
  formatting
  address comments
  Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#1334)
  Bump com.fasterxml.jackson.module:jackson-module-scala_2.12 from 2.15.2 to 2.18.2 (#1335)
  Bump sqlglot from 25.32.1 to 25.33.0 (#1285)
  Mark scala as a dependency for Dependabot to ignore. (#1331)
  Bump net.alchim31.maven:scala-maven-plugin from 4.8.1 to 4.9.2 (#1323)
  Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 (#1325)
  Bump com.lihaoyi:pprint_2.12 from 0.8.1 to 0.9.0 (#1326)

# Conflicts:
#	src/databricks/labs/remorph/cli.py
#	tests/unit/test_cli.py
sundarshankar89 added a commit to sundarshankar89/remorph that referenced this pull request Jan 2, 2025
Bumps [sqlglot](https://github.com/tobymao/sqlglot) from 25.32.1 to
25.33.0.
<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.33.0] - 2024-12-04</h2>
<h3>:boom: BREAKING CHANGES</h3>
<ul>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/07fa69dcb8970167ba0c55fff39175ab856ea9f3"><code>07fa69d</code></a>
- Make TIMESTAMP map to Type.TIMESTAMPTZ <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4451">#4451</a>
by <a
href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em>:</p>
<p>Make TIMESTAMP map to Type.TIMESTAMPTZ (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4451">#4451</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/63d8f41794b2e9d22f87d0a8fbfbd83125889ca2"><code>63d8f41</code></a>
- treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, oracle
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4467">#4467</a>
by <a
href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em>:</p>
<p>treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, oracle
(<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4467">#4467</a>)</p>
</li>
</ul>
<h3>:sparkles: New Features</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/3945acc4a0dfd58147de929c9a2c71734d8f1ade"><code>3945acc</code></a>
- allow tables to be preserved in replace_table <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4468">#4468</a>
by <a
href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/a9dca8dd1b523efd703003694d4389f9af9d1a12"><code>a9dca8d</code></a>
- <strong>postgres</strong>: Support generated columns <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4472">#4472</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/4463">#4463</a>
opened by <a
href="https://github.com/AKST"><code>@​AKST</code></a></em></li>
</ul>
</li>
</ul>
<h3>:bug: Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/380dad2f5826caa820a69442c42805c7b3c23ada"><code>380dad2</code></a>
- <strong>bigquery</strong>: Rename CONTAINS_SUBSTRING to
CONTAINS_SUBSTR <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4457">#4457</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/4456">#4456</a>
opened by <a
href="https://github.com/romanhaa"><code>@​romanhaa</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/ca5023db5ea2a2ece804f6e389640e0bd4987598"><code>ca5023d</code></a>
- <strong>presto</strong>: Remove parentheses from CURRENT_USER <em>(PR
<a
href="https://redirect.github.com/tobymao/sqlglot/pull/4459">#4459</a>
by <a
href="https://github.com/MikeWallis42"><code>@​MikeWallis42</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>fixes issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4458">#4458</a>
opened by <a
href="https://github.com/MikeWallis42"><code>@​MikeWallis42</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/07fa69dcb8970167ba0c55fff39175ab856ea9f3"><code>07fa69d</code></a>
- <strong>spark</strong>: Make TIMESTAMP map to Type.TIMESTAMPTZ <em>(PR
<a
href="https://redirect.github.com/tobymao/sqlglot/pull/4451">#4451</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/4442">#4442</a>
opened by <a
href="https://github.com/dor-bernstein"><code>@​dor-bernstein</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/63d8f41794b2e9d22f87d0a8fbfbd83125889ca2"><code>63d8f41</code></a>
- <strong>parser</strong>: treat NEXT as a func keyword, parse NEXT
VALUE FOR in tsql, oracle <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4467">#4467</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/4466">#4466</a>
opened by <a
href="https://github.com/Harmuth94"><code>@​Harmuth94</code></a></em></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/65a51d7653016be1cee5ec546faecaa34bd4c815"><code>65a51d7</code></a>
Feat!(snowflake): improve transpilation of TO_TIMESTAMP* variants (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4473">#4473</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/a9dca8dd1b523efd703003694d4389f9af9d1a12"><code>a9dca8d</code></a>
feat(postgres): Support generated columns (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4472">#4472</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/3945acc4a0dfd58147de929c9a2c71734d8f1ade"><code>3945acc</code></a>
Feat: allow tables to be preserved in replace_table (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4468">#4468</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/63d8f41794b2e9d22f87d0a8fbfbd83125889ca2"><code>63d8f41</code></a>
Fix(parser)!: treat NEXT as a func keyword, parse NEXT VALUE FOR in
tsql, ora...</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/07fa69dcb8970167ba0c55fff39175ab856ea9f3"><code>07fa69d</code></a>
fix(spark)!: Make TIMESTAMP map to Type.TIMESTAMPTZ (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4451">#4451</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/ca5023db5ea2a2ece804f6e389640e0bd4987598"><code>ca5023d</code></a>
fix(presto): Remove parentheses from CURRENT_USER (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4459">#4459</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/380dad2f5826caa820a69442c42805c7b3c23ada"><code>380dad2</code></a>
fix(bigquery): Rename CONTAINS_SUBSTRING to CONTAINS_SUBSTR (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4457">#4457</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/73825d2d11cefaabd2ed73c3dcb9184393b6c042"><code>73825d2</code></a>
docs: update API docs, CHANGELOG.md for v25.32.1 [skip ci]</li>
<li>See full diff in <a
href="https://github.com/tobymao/sqlglot/compare/v25.32.1...v25.33.0">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| sqlglot | [>= 24.a, < 25] |
| sqlglot | [>= 25.31.dev0, < 25.32] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlglot&package-manager=pip&previous-version=25.32.1&new-version=25.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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: Eric Vergnaud <[email protected]>
Co-authored-by: SundarShankar89 <[email protected]>
sundarshankar89 added a commit to sundarshankar89/remorph that referenced this pull request Jan 3, 2025
Bumps [sqlglot](https://github.com/tobymao/sqlglot) from 25.32.1 to
25.33.0.
<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.33.0] - 2024-12-04</h2>
<h3>:boom: BREAKING CHANGES</h3>
<ul>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/07fa69dcb8970167ba0c55fff39175ab856ea9f3"><code>07fa69d</code></a>
- Make TIMESTAMP map to Type.TIMESTAMPTZ <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4451">#4451</a>
by <a
href="https://github.com/VaggelisD"><code>@​VaggelisD</code></a>)</em>:</p>
<p>Make TIMESTAMP map to Type.TIMESTAMPTZ (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4451">#4451</a>)</p>
</li>
<li>
<p>due to <a
href="https://github.com/tobymao/sqlglot/commit/63d8f41794b2e9d22f87d0a8fbfbd83125889ca2"><code>63d8f41</code></a>
- treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, oracle
<em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4467">#4467</a>
by <a
href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em>:</p>
<p>treat NEXT as a func keyword, parse NEXT VALUE FOR in tsql, oracle
(<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4467">#4467</a>)</p>
</li>
</ul>
<h3>:sparkles: New Features</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/3945acc4a0dfd58147de929c9a2c71734d8f1ade"><code>3945acc</code></a>
- allow tables to be preserved in replace_table <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4468">#4468</a>
by <a
href="https://github.com/georgesittas"><code>@​georgesittas</code></a>)</em></li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/a9dca8dd1b523efd703003694d4389f9af9d1a12"><code>a9dca8d</code></a>
- <strong>postgres</strong>: Support generated columns <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4472">#4472</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/4463">#4463</a>
opened by <a
href="https://github.com/AKST"><code>@​AKST</code></a></em></li>
</ul>
</li>
</ul>
<h3>:bug: Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/380dad2f5826caa820a69442c42805c7b3c23ada"><code>380dad2</code></a>
- <strong>bigquery</strong>: Rename CONTAINS_SUBSTRING to
CONTAINS_SUBSTR <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4457">#4457</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/4456">#4456</a>
opened by <a
href="https://github.com/romanhaa"><code>@​romanhaa</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/ca5023db5ea2a2ece804f6e389640e0bd4987598"><code>ca5023d</code></a>
- <strong>presto</strong>: Remove parentheses from CURRENT_USER <em>(PR
<a
href="https://redirect.github.com/tobymao/sqlglot/pull/4459">#4459</a>
by <a
href="https://github.com/MikeWallis42"><code>@​MikeWallis42</code></a>)</em>
<ul>
<li>:arrow_lower_right: <em>fixes issue <a
href="https://redirect.github.com/tobymao/sqlglot/issues/4458">#4458</a>
opened by <a
href="https://github.com/MikeWallis42"><code>@​MikeWallis42</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/07fa69dcb8970167ba0c55fff39175ab856ea9f3"><code>07fa69d</code></a>
- <strong>spark</strong>: Make TIMESTAMP map to Type.TIMESTAMPTZ <em>(PR
<a
href="https://redirect.github.com/tobymao/sqlglot/pull/4451">#4451</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/4442">#4442</a>
opened by <a
href="https://github.com/dor-bernstein"><code>@​dor-bernstein</code></a></em></li>
</ul>
</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/63d8f41794b2e9d22f87d0a8fbfbd83125889ca2"><code>63d8f41</code></a>
- <strong>parser</strong>: treat NEXT as a func keyword, parse NEXT
VALUE FOR in tsql, oracle <em>(PR <a
href="https://redirect.github.com/tobymao/sqlglot/pull/4467">#4467</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/4466">#4466</a>
opened by <a
href="https://github.com/Harmuth94"><code>@​Harmuth94</code></a></em></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tobymao/sqlglot/commit/65a51d7653016be1cee5ec546faecaa34bd4c815"><code>65a51d7</code></a>
Feat!(snowflake): improve transpilation of TO_TIMESTAMP* variants (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4473">#4473</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/a9dca8dd1b523efd703003694d4389f9af9d1a12"><code>a9dca8d</code></a>
feat(postgres): Support generated columns (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4472">#4472</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/3945acc4a0dfd58147de929c9a2c71734d8f1ade"><code>3945acc</code></a>
Feat: allow tables to be preserved in replace_table (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4468">#4468</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/63d8f41794b2e9d22f87d0a8fbfbd83125889ca2"><code>63d8f41</code></a>
Fix(parser)!: treat NEXT as a func keyword, parse NEXT VALUE FOR in
tsql, ora...</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/07fa69dcb8970167ba0c55fff39175ab856ea9f3"><code>07fa69d</code></a>
fix(spark)!: Make TIMESTAMP map to Type.TIMESTAMPTZ (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4451">#4451</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/ca5023db5ea2a2ece804f6e389640e0bd4987598"><code>ca5023d</code></a>
fix(presto): Remove parentheses from CURRENT_USER (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4459">#4459</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/380dad2f5826caa820a69442c42805c7b3c23ada"><code>380dad2</code></a>
fix(bigquery): Rename CONTAINS_SUBSTRING to CONTAINS_SUBSTR (<a
href="https://redirect.github.com/tobymao/sqlglot/issues/4457">#4457</a>)</li>
<li><a
href="https://github.com/tobymao/sqlglot/commit/73825d2d11cefaabd2ed73c3dcb9184393b6c042"><code>73825d2</code></a>
docs: update API docs, CHANGELOG.md for v25.32.1 [skip ci]</li>
<li>See full diff in <a
href="https://github.com/tobymao/sqlglot/compare/v25.32.1...v25.33.0">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| sqlglot | [>= 24.a, < 25] |
| sqlglot | [>= 25.31.dev0, < 25.32] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlglot&package-manager=pip&previous-version=25.32.1&new-version=25.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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: Eric Vergnaud <[email protected]>
Co-authored-by: SundarShankar89 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants