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

chore(deps): update sqlparser requirement from 0.50 to 0.51 #2881

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Updates the requirements on sqlparser to permit the latest version.

Changelog

Sourced from sqlparser's changelog.

[0.51.0] 2024-09-11

As always, huge props to @​iffyio @​jmhain and @​lovasoa for their help reviewing and merging PRs 🙏. Without them this project would not be possible.

Reminder: we are in the final phases of moving sqlparser-rs into the Apache DataFusion project: sqlparser-rs/sqlparser-rs#1294

Fixed

  • Fix Hive table comment should be after table column definitions (#1413) - Thanks @​git-hulk
  • Fix stack overflow in parse_subexpr (#1410) - Thanks @​eejbyfeldt
  • Fix INTERVAL parsing to support expressions and units via dialect (#1398) - Thanks @​samuelcolvin
  • Fix identifiers starting with $ should be regarded as a placeholder in SQLite (#1402) - Thanks @​git-hulk

Added

Changed

[0.50.0] 2024-08-15

Again, huge props to @​iffyio @​jmhain and @​lovasoa for their help reviewing and merging PRs 🙏. Without them this project would not be possible.

Reminder: are in the process of moving sqlparser to governed as part of the Apache DataFusion project: sqlparser-rs/sqlparser-rs#1294

Fixed

Added

... (truncated)

Commits
  • b9f6784 chore: Release sqlparser version 0.51.0
  • 70dbb11 CHANGELOG for 0.51.0 (#1422)
  • b9e7754 feat: Add support for MSSQL table options (#1414)
  • cb0c511 Add a test showing how negative constants are parsed (#1421)
  • 8dbcbb3 minor: Add databricks dialect to dialect_from_str (#1416)
  • 8305c5d minor: Implement common traits for OneOrManyWithParens (#1368)
  • 6ba6068 Fix Hive table comment should be after table column definitions (#1413)
  • a7b49b5 Add support of DROP|CLEAR|MATERIALIZE PROJECTION syntax for ClickHouse (#1417)
  • 4875dad fix: Fix stack overflow in parse_subexpr (#1410)
  • aa714e3 Fix INTERVAL parsing to support expressions and units via dialect (#1398)
  • Additional commits viewable in compare view

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)

Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version.
- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.50.0...v0.51.0)

---
updated-dependencies:
- dependency-name: sqlparser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2024
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Sep 12, 2024
@rtyler rtyler enabled auto-merge September 12, 2024 13:38
Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.65%. Comparing base (8ba4fe0) to head (e767a90).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2881      +/-   ##
==========================================
- Coverage   72.67%   72.65%   -0.03%     
==========================================
  Files         131      131              
  Lines       39957    39957              
  Branches    39957    39957              
==========================================
- Hits        29040    29030      -10     
- Misses       9059     9061       +2     
- Partials     1858     1866       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rtyler rtyler added this pull request to the merge queue Sep 12, 2024
Merged via the queue into main with commit 90536b0 Sep 12, 2024
21 checks passed
@rtyler rtyler deleted the dependabot/cargo/sqlparser-0.51 branch September 12, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant